CXF API

Uses of Class
org.apache.cxf.BusException

Packages that use BusException
org.apache.cxf.binding   
org.apache.cxf.transport   
 

Uses of BusException in org.apache.cxf.binding
 

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

Uses of BusException in org.apache.cxf.transport
 

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


CXF API

-