Apache CXF API

Uses of Package
org.apache.cxf.service.model

Packages that use org.apache.cxf.service.model
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.databinding   
org.apache.cxf.endpoint Client and Server related classes. 
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.io   
org.apache.cxf.message   
org.apache.cxf.policy   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.invoker   
org.apache.cxf.service.model   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.addressing   
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.binding
BindingInfo
           
ServiceInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.databinding
MessagePartInfo
           
ServiceInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.endpoint
BindingInfo
           
BindingOperationInfo
           
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.feature.validation
OperationInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.interceptor
BindingInfo
           
BindingOperationInfo
           
FaultInfo
           
MessageInfo
          A message for an operation.
MessagePartInfo
           
OperationInfo
           
ServiceInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.io
ServiceInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.message
BindingOperationInfo
           
MessagePartInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.policy
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.service
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
FaultInfo
           
InterfaceInfo
           
MessageInfo
          A message for an operation.
MessagePartInfo
           
OperationInfo
           
ServiceInfo
           
UnwrappedOperationInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.service.invoker
BindingOperationInfo
           
OperationInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.service.model
AbstractDescriptionElement
           
AbstractMessageContainer
           
AbstractPropertiesHolder
           
BindingFaultInfo
           
BindingInfo
           
BindingMessageInfo
           
BindingOperationInfo
           
DescriptionInfo
           
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
Extensible
           
FaultInfo
           
InterfaceInfo
           
MessageInfo
          A message for an operation.
MessageInfo.Type
           
MessagePartInfo
           
NamedItem
          All elements of the service model that are named by a QName implement this interface.
OperationInfo
           
SchemaInfo
           
ServiceInfo
           
ServiceSchemaInfo
          The ServiceInfo class has schema in two forms: the XmlSchema, in a SchemaCollection, and the DOM trees in the SchemaInfo objects.
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.transport
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.ws.addressing
ServiceInfo
           
 


Apache CXF API

Apache CXF