|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String namespaceURI)
|
static SchemaInfo |
ServiceModelUtil.getSchema(ServiceInfo serviceInfo,
MessagePartInfo messagePartInfo)
|
SchemaInfo |
ServiceInfo.getSchema(java.lang.String namespaceURI)
|
| Methods in org.apache.cxf.service.model that return types with arguments of type SchemaInfo | |
|---|---|
java.util.List<SchemaInfo> |
ServiceSchemaInfo.getSchemaInfoList()
|
java.util.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(java.util.List<SchemaInfo> schemaInfoList)
|
void |
ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection,
java.util.List<SchemaInfo> cachedSchemas)
|
| Uses of SchemaInfo in org.apache.cxf.wsdl11 |
|---|
| Methods in org.apache.cxf.wsdl11 with parameters of type SchemaInfo | |
|---|---|
protected void |
ServiceWSDLBuilder.addRequiredSchemaImports(SchemaInfo schemaInfo)
For a schema, require all namespace with prefixes to be imported. |
| Method parameters in org.apache.cxf.wsdl11 with type arguments of type SchemaInfo | |
|---|---|
javax.wsdl.Definition |
ServiceWSDLBuilder.build(java.util.Map<java.lang.String,SchemaInfo> imports)
Create the WSDL Definition object and return it. |
protected void |
ServiceWSDLBuilder.buildTypes(java.util.Collection<SchemaInfo> schemas,
java.util.Map<java.lang.String,SchemaInfo> imports,
javax.wsdl.Definition def)
|
protected void |
ServiceWSDLBuilder.buildTypes(java.util.Collection<SchemaInfo> schemas,
java.util.Map<java.lang.String,SchemaInfo> imports,
javax.wsdl.Definition def)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||