| Package | Description |
|---|---|
| org.apache.cxf.service.model | |
| org.apache.cxf.wsdl11 |
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
ServiceInfo.addNewSchema(String namespaceURI) |
static SchemaInfo |
ServiceModelUtil.getSchema(ServiceInfo serviceInfo,
MessagePartInfo messagePartInfo) |
SchemaInfo |
ServiceInfo.getSchema(String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaInfo> |
ServiceSchemaInfo.getSchemaInfoList() |
List<SchemaInfo> |
ServiceInfo.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInfo.addSchema(SchemaInfo schemaInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSchemaInfo.setSchemaInfoList(List<SchemaInfo> schemaInfoList) |
void |
ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection,
List<SchemaInfo> cachedSchemas) |
| Modifier and Type | Method and Description |
|---|---|
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