public class WSDLInfo
extends java.lang.Object
| Constructor and Description |
|---|
WSDLInfo(java.util.Map map,
org.apache.xmlbeans.SchemaTypeSystem compiledScehma) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAllServices() |
org.apache.xmlbeans.SchemaTypeSystem |
getCompiledSchema() |
ServiceInfo |
getServiceInfo(java.lang.String serviceName) |
public WSDLInfo(java.util.Map map,
org.apache.xmlbeans.SchemaTypeSystem compiledScehma)
map - the Map of ServiceInfocompiledScehma - SchemaTypeSystem - compiled schemaSchemaTypeSystem,
ServiceInfopublic ServiceInfo getServiceInfo(java.lang.String serviceName)
serviceName - the name of the service [local part]public java.util.Collection getAllServices()
public org.apache.xmlbeans.SchemaTypeSystem getCompiledSchema()
org.apache.xmlbeans.SchemaTypeSystemSchemaTypeSystem