Uses of Class
org.apache.cxf.BusException
Package
Description
Interfaces for protocol bindings and their factories.
Client and Server related classes.
Transport related classes.
-
Uses of BusException in org.apache.cxf.binding
Modifier and TypeMethodDescriptionBindingFactoryManager.getBindingFactory
(String name) Retrieves the BindingFactory registered with the given name. -
Uses of BusException in org.apache.cxf.bus.managers
Modifier and TypeMethodDescriptionBindingFactoryManagerImpl.getBindingFactory
(String namespace) ConduitInitiatorManagerImpl.getConduitInitiator
(String namespace) Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings.DestinationFactoryManagerImpl.getDestinationFactory
(String namespace) Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings. -
Uses of BusException in org.apache.cxf.endpoint
Modifier and TypeMethodDescriptionprotected abstract Endpoint
AbstractEndpointFactory.createEndpoint()
ModifierConstructorDescriptionServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of BusException in org.apache.cxf.transport
Modifier and TypeMethodDescriptionConduitInitiatorManager.getConduitInitiator
(String name) Returns theConduitInitiator
registered with the specified name, loading the appropriate plugin if necessary.DestinationFactoryManager.getDestinationFactory
(String name) Returns theDestinationFactory
registered with the specified name, loading the appropriate plugin if necessary.