Uses of Class
org.apache.cxf.BusException
Packages that use 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
Methods in org.apache.cxf.binding that throw BusExceptionModifier and TypeMethodDescriptionBindingFactoryManager.getBindingFactory
(String name) Retrieves the BindingFactory registered with the given name. -
Uses of BusException in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that throw BusExceptionModifier 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
Methods in org.apache.cxf.endpoint that throw BusExceptionModifier and TypeMethodDescriptionprotected abstract Endpoint
AbstractEndpointFactory.createEndpoint()
Constructors in org.apache.cxf.endpoint that throw BusExceptionModifierConstructorDescriptionServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of BusException in org.apache.cxf.transport
Methods in org.apache.cxf.transport that throw BusExceptionModifier 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.