Uses of Class
org.apache.cxf.BusException

Packages that use BusException
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.jbi.se.state   
org.apache.cxf.test   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.wsdl11   
 

Uses of BusException in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding that throw BusException
 BindingFactory BindingFactoryManagerImpl.getBindingFactory(java.lang.String namespace)
           
 BindingFactory BindingFactoryManager.getBindingFactory(java.lang.String name)
          Retrieves the BindingFactory registered with the given name.
 

Constructors in org.apache.cxf.binding that throw BusException
BindingFactoryManagerImpl()
           
 

Uses of BusException in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that throw BusException
protected abstract  Endpoint AbstractEndpointFactory.createEndpoint()
           
protected abstract  EndpointInfo AbstractEndpointFactory.createEndpointInfo()
           
 

Constructors in org.apache.cxf.endpoint that throw BusException
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
           
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer)
           
 

Uses of BusException in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that throw BusException
protected  Endpoint AbstractWSDLBasedEndpointFactory.createEndpoint()
           
protected  EndpointInfo AbstractWSDLBasedEndpointFactory.createEndpointInfo()
           
 

Uses of BusException in org.apache.cxf.jbi.se.state
 

Methods in org.apache.cxf.jbi.se.state that throw BusException
protected  JBITransportFactory AbstractServiceEngineStateMachine.getTransportFactory()
           
 

Uses of BusException in org.apache.cxf.test
 

Methods in org.apache.cxf.test that throw BusException
protected  Bus AbstractCXFTest.createBus()
           
 Bus AbstractCXFSpringTest.createBus()
           
 

Uses of BusException in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that throw BusException
 ConduitInitiator ConduitInitiatorManagerImpl.getConduitInitiator(java.lang.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.
 ConduitInitiator ConduitInitiatorManager.getConduitInitiator(java.lang.String name)
          Returns the ConduitInitiator registered with the specified name, loading the appropriate plugin if necessary.
 DestinationFactory DestinationFactoryManagerImpl.getDestinationFactory(java.lang.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.
 DestinationFactory DestinationFactoryManager.getDestinationFactory(java.lang.String name)
          Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
 

Uses of BusException in org.apache.cxf.wsdl11
 

Constructors in org.apache.cxf.wsdl11 that throw BusException
WSDLManagerImpl()
           
 



Apache CXF