Apache CXF API

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

Packages that use ServiceSchemaInfo
org.apache.cxf.service.model   
org.apache.cxf.wsdl   
 

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

Methods in org.apache.cxf.service.model with parameters of type ServiceSchemaInfo
 void ServiceInfo.setServiceSchemaInfo(ServiceSchemaInfo serviceSchemaInfo)
           
 

Uses of ServiceSchemaInfo in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return ServiceSchemaInfo
 ServiceSchemaInfo WSDLManager.getSchemasForDefinition(javax.wsdl.Definition wsdl)
          This object will cache the schemas for a WSDL.
 

Methods in org.apache.cxf.wsdl with parameters of type ServiceSchemaInfo
 void WSDLManager.putSchemasForDefinition(javax.wsdl.Definition wsdl, ServiceSchemaInfo schemas)
          Register a collection of schemas for a WSDL.
 


Apache CXF API

Apache CXF