Uses of Class
org.apache.cxf.service.model.SchemaInfo
Packages that use SchemaInfo
-
Uses of SchemaInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return SchemaInfoModifier and TypeMethodDescriptionServiceInfo.addNewSchema(String namespaceURI) static SchemaInfoServiceModelUtil.getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo) Methods in org.apache.cxf.service.model that return types with arguments of type SchemaInfoMethods in org.apache.cxf.service.model with parameters of type SchemaInfoMethod parameters in org.apache.cxf.service.model with type arguments of type SchemaInfoModifier and TypeMethodDescriptionvoidServiceSchemaInfo.setSchemaInfoList(List<SchemaInfo> schemaInfoList) voidServiceInfo.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 SchemaInfoModifier and TypeMethodDescriptionjavax.wsdl.DefinitionServiceWSDLBuilder.build(Map<String, SchemaInfo> imports) Create the WSDL Definition object and return it.protected voidServiceWSDLBuilder.buildTypes(Collection<SchemaInfo> schemas, Map<String, SchemaInfo> imports, javax.wsdl.Definition def) protected voidServiceWSDLBuilder.buildTypes(Collection<SchemaInfo> schemas, Map<String, SchemaInfo> imports, javax.wsdl.Definition def) protected voidServiceWSDLBuilder.buildTypesWithSchemaImports(Collection<SchemaInfo> schemas, Map<String, SchemaInfo> imports, javax.wsdl.Definition def) protected voidServiceWSDLBuilder.buildTypesWithSchemaImports(Collection<SchemaInfo> schemas, Map<String, SchemaInfo> imports, javax.wsdl.Definition def) voidSchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, List<SchemaInfo> schemas)