Apache CXF API

Uses of Interface
org.apache.cxf.extension.BusExtension

Packages that use BusExtension
org.apache.cxf.bus.resource   
org.apache.cxf.configuration.spring   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment.external   
 

Uses of BusExtension in org.apache.cxf.bus.resource
 

Classes in org.apache.cxf.bus.resource that implement BusExtension
 class ResourceManagerImpl
           
 

Uses of BusExtension in org.apache.cxf.configuration.spring
 

Classes in org.apache.cxf.configuration.spring that implement BusExtension
 class ConfigurerImpl
           
 

Uses of BusExtension in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement BusExtension
 class ClientLifeCycleManagerImpl
           
 class ServerLifeCycleManagerImpl
           
 

Uses of BusExtension in org.apache.cxf.phase
 

Classes in org.apache.cxf.phase that implement BusExtension
 class PhaseManagerImpl
           
 

Uses of BusExtension in org.apache.cxf.ws.policy
 

Classes in org.apache.cxf.ws.policy that implement BusExtension
 class AssertionBuilderRegistryImpl
           
 class PolicyBuilderImpl
          PolicyBuilderImpl is an implementation of the PolicyBuilder interface, provides methods to create Policy and PolicyReferenceObjects from DOM elements, but also from an input stream etc.
 class PolicyEngineImpl
           
 class PolicyInterceptorProviderRegistryImpl
           
 

Uses of BusExtension in org.apache.cxf.ws.policy.attachment.external
 

Classes in org.apache.cxf.ws.policy.attachment.external that implement BusExtension
 class DomainExpressionBuilderRegistry
           
 


Apache CXF API

Apache CXF