Apache CXF API

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

Packages that use SchemaInfo
org.apache.cxf.service.model   
org.apache.cxf.wsdl11   
 

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

Methods in org.apache.cxf.service.model that return SchemaInfo
 SchemaInfo ServiceInfo.addNewSchema(String namespaceURI)
           
static SchemaInfo ServiceModelUtil.getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)
           
 SchemaInfo ServiceInfo.getSchema(String namespaceURI)
           
 

Methods in org.apache.cxf.service.model that return types with arguments of type SchemaInfo
 List<SchemaInfo> ServiceSchemaInfo.getSchemaInfoList()
           
 List<SchemaInfo> ServiceInfo.getSchemas()
           
 

Methods in org.apache.cxf.service.model with parameters of type SchemaInfo
 void ServiceInfo.addSchema(SchemaInfo schemaInfo)
           
 

Method parameters in org.apache.cxf.service.model with type arguments of type SchemaInfo
 void ServiceSchemaInfo.setSchemaInfoList(List<SchemaInfo> schemaInfoList)
           
 void ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection, List<SchemaInfo> cachedSchemas)
           
 

Uses of SchemaInfo in org.apache.cxf.wsdl11
 

Method parameters in org.apache.cxf.wsdl11 with type arguments of type SchemaInfo
 javax.wsdl.Definition ServiceWSDLBuilder.build(Map<String,SchemaInfo> imports)
          Create the WSDL Definition object and return it.
protected  void ServiceWSDLBuilder.buildTypes(Collection<SchemaInfo> schemas, Map<String,SchemaInfo> imports, javax.wsdl.Definition def)
           
protected  void ServiceWSDLBuilder.buildTypes(Collection<SchemaInfo> schemas, Map<String,SchemaInfo> imports, javax.wsdl.Definition def)
           
protected  void ServiceWSDLBuilder.buildTypesWithSchemaImports(Collection<SchemaInfo> schemas, Map<String,SchemaInfo> imports, javax.wsdl.Definition def)
           
protected  void ServiceWSDLBuilder.buildTypesWithSchemaImports(Collection<SchemaInfo> schemas, Map<String,SchemaInfo> imports, javax.wsdl.Definition def)
           
 void SchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, List<SchemaInfo> schemas)
           
 


Apache CXF API

Apache CXF