Apache CXF API

Uses of Package
org.apache.cxf

Packages that use org.apache.cxf
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.buslifecycle   
org.apache.cxf.databinding   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.feature.validation   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.addressing   
org.apache.cxf.wsdl   
 

Classes in org.apache.cxf used by org.apache.cxf
Bus
          The Bus is the central place in CXF.
BusFactory
          Factory to create CXF Bus objects.
 

Classes in org.apache.cxf used by org.apache.cxf.binding
Bus
          The Bus is the central place in CXF.
BusException
          The BusException class is used to indicate a bus exception has occurred.
 

Classes in org.apache.cxf used by org.apache.cxf.buslifecycle
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.databinding
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.endpoint
Bus
          The Bus is the central place in CXF.
BusException
          The BusException class is used to indicate a bus exception has occurred.
 

Classes in org.apache.cxf used by org.apache.cxf.feature
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.feature.validation
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.interceptor
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.message
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.service
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.transport
Bus
          The Bus is the central place in CXF.
BusException
          The BusException class is used to indicate a bus exception has occurred.
 

Classes in org.apache.cxf used by org.apache.cxf.ws.addressing
Bus
          The Bus is the central place in CXF.
 

Classes in org.apache.cxf used by org.apache.cxf.wsdl
Bus
          The Bus is the central place in CXF.
 


Apache CXF API

Apache CXF