public class WSDLInfo
extends java.lang.Object
| Constructor and Description | 
|---|
| WSDLInfo(java.util.Map<java.lang.String,ServiceInfo> map,
        org.apache.xmlbeans.SchemaTypeSystem compiledScehma) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<ServiceInfo> | getAllServices() | 
| org.apache.xmlbeans.SchemaTypeSystem | getCompiledSchema() | 
| ServiceInfo | getServiceInfo(java.lang.String serviceName) | 
public WSDLInfo(java.util.Map<java.lang.String,ServiceInfo> 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<ServiceInfo> getAllServices()
public org.apache.xmlbeans.SchemaTypeSystem getCompiledSchema()
org.apache.xmlbeans.SchemaTypeSystemSchemaTypeSystem