Apache CXF API

Uses of Class
org.apache.cxf.service.model.ServiceInfo

Packages that use ServiceInfo
org.apache.cxf.databinding   
org.apache.cxf.service   
org.apache.cxf.service.model   
org.apache.cxf.ws.policy   
org.apache.cxf.wsdl   
 

Uses of ServiceInfo in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding with parameters of type ServiceInfo
 java.util.Map<java.lang.String,SchemaInfo> DataBinding.getSchemas(ServiceInfo serviceInfo)
           
 void DataBinding.initialize(ServiceInfo serviceInfo)
          Initialize the service info (i.e.
 

Uses of ServiceInfo in org.apache.cxf.service
 

Methods in org.apache.cxf.service that return ServiceInfo
 ServiceInfo Service.getServiceInfo()
           
 

Uses of ServiceInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return ServiceInfo
 ServiceInfo InterfaceInfo.getService()
           
 ServiceInfo EndpointInfo.getService()
           
 ServiceInfo BindingInfo.getService()
           
 ServiceInfo SchemaInfo.getServiceInfo()
           
 

Methods in org.apache.cxf.service.model with parameters of type ServiceInfo
static SchemaInfo ServiceModelUtil.getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)
           
 

Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo
BindingInfo(ServiceInfo service, java.lang.String bindingId)
           
EndpointInfo(ServiceInfo serv, java.lang.String ns)
           
InterfaceInfo(ServiceInfo info, javax.xml.namespace.QName q)
           
SchemaInfo(ServiceInfo serviceInfo, java.lang.String namespaceUri)
           
 

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

Methods in org.apache.cxf.ws.policy with parameters of type ServiceInfo
 org.apache.neethi.Policy PolicyProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl with parameters of type ServiceInfo
static javax.xml.validation.Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.