Uses of Class
org.apache.cxf.service.model.ServiceSchemaInfo
-
Packages that use ServiceSchemaInfo Package Description org.apache.cxf.service.model org.apache.cxf.tools.corba.processors.wsdl org.apache.cxf.wsdl org.apache.cxf.wsdl11 -
-
Uses of ServiceSchemaInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model with parameters of type ServiceSchemaInfo Modifier and Type Method Description voidServiceInfo. setServiceSchemaInfo(ServiceSchemaInfo serviceSchemaInfo) -
Uses of ServiceSchemaInfo in org.apache.cxf.tools.corba.processors.wsdl
Fields in org.apache.cxf.tools.corba.processors.wsdl declared as ServiceSchemaInfo Modifier and Type Field Description protected ServiceSchemaInfoWSDLToProcessor. schemas -
Uses of ServiceSchemaInfo in org.apache.cxf.wsdl
Methods in org.apache.cxf.wsdl that return ServiceSchemaInfo Modifier and Type Method Description ServiceSchemaInfoWSDLManager. 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 Modifier and Type Method Description voidWSDLManager. putSchemasForDefinition(javax.wsdl.Definition wsdl, ServiceSchemaInfo schemas)Register a collection of schemas for a WSDL. -
Uses of ServiceSchemaInfo in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return ServiceSchemaInfo Modifier and Type Method Description ServiceSchemaInfoWSDLManagerImpl. getSchemasForDefinition(javax.wsdl.Definition wsdl)Methods in org.apache.cxf.wsdl11 with parameters of type ServiceSchemaInfo Modifier and Type Method Description voidWSDLManagerImpl. putSchemasForDefinition(javax.wsdl.Definition wsdl, ServiceSchemaInfo schemas)
-