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.io   
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.service.model   
org.apache.cxf.tools.validator   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transports.http   
org.apache.cxf.ws.policy   
org.apache.cxf.wsdl   
 

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

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
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.io
ServiceInfo
           
 

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

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

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.tools.validator
ServiceInfo
           
 

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.transports.http
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.policy
BindingFaultInfo
           
BindingMessageInfo
           
BindingOperationInfo
           
EndpointInfo
          The EndpointInfo contains the information for a web service 'port' inside of a service.
ServiceInfo
           
 

Classes in org.apache.cxf.service.model used by org.apache.cxf.wsdl
ServiceInfo
           
ServiceSchemaInfo
          The ServiceInfo class has schema in two forms: the XmlSchema, in a SchemaCollection, and the DOM trees in the SchemaInfo objects.
 


Apache CXF API

Apache CXF