Apache CXF API

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.transport Transport related classes. 
 

Uses of BusException in org.apache.cxf.binding
 

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

Uses of BusException in org.apache.cxf.endpoint
 

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

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.transport
 

Methods in org.apache.cxf.transport that throw BusException
 ConduitInitiator ConduitInitiatorManager.getConduitInitiator(String name)
          Returns the ConduitInitiator registered with the specified name, loading the appropriate plugin if necessary.
 DestinationFactory DestinationFactoryManager.getDestinationFactory(String name)
          Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
 


Apache CXF API

Apache CXF