|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLModel
Represents the structure of a WSDL file. Implementations of this interface will parse a WSDL uri and build a memory structure which represents it.
Method Summary | |
---|---|
java.util.Map<javax.xml.namespace.QName,org.apache.axis.wsdl.symbolTable.DefinedType> |
getAllDefinedTypes()
Get all defined types in this WSDL in a map keyed by their qualified name. |
stsimulator.types.Type |
getCreateSSMType(javax.xml.namespace.QName typename)
Get the SSM type corresponding to this qualified type name. |
stsimulator.types.Type |
getCreateSSMType(org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry)
Get the SSM type corresponding to this TypeEntry. |
org.apache.xerces.xs.XSModel[] |
getSchemaModels()
Get all schemas defined or used by this WSDL in an array of XSModel-s. |
JService |
getService(java.lang.String serviceName)
Get the service given by serviceName as a JService. |
java.util.Map<javax.xml.namespace.QName,JService> |
getServices()
Get all services defined in this WSDL in a map keyed by their qualified name. |
java.util.Map<javax.xml.namespace.QName,stsimulator.types.Type> |
getSSMTypes()
Get all SSM types defined in this WSDL, for which a getSSMType() method was already called. |
org.apache.axis.wsdl.symbolTable.SymbolTable |
getSymbolTable()
Return the symbol table created by parsing the WSDL. |
java.lang.String |
getTargetNamespace()
Get the WSDL target namespace. |
Method Detail |
---|
java.lang.String getTargetNamespace() throws java.lang.Exception
java.lang.Exception
java.util.Map<javax.xml.namespace.QName,JService> getServices()
JService getService(java.lang.String serviceName) throws java.lang.Exception
java.lang.Exception
java.util.Map<javax.xml.namespace.QName,org.apache.axis.wsdl.symbolTable.DefinedType> getAllDefinedTypes()
org.apache.xerces.xs.XSModel[] getSchemaModels() throws java.lang.Exception
java.lang.Exception
stsimulator.types.Type getCreateSSMType(javax.xml.namespace.QName typename) throws java.lang.Exception
java.lang.Exception
stsimulator.types.Type getCreateSSMType(org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry) throws java.lang.Exception
java.lang.Exception
java.util.Map<javax.xml.namespace.QName,stsimulator.types.Type> getSSMTypes()
org.apache.axis.wsdl.symbolTable.SymbolTable getSymbolTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |