public class WsdlTypesParser
extends java.lang.Object
| Constructor and Description |
|---|
WsdlTypesParser()
Create a new instance of WsdlTypesParser.
|
| Modifier and Type | Method and Description |
|---|---|
WsdlTypes |
parse(org.licas_xml.abs.Element rootElem)
Parse the types section of a wsdl document and store the parameter type definitions.
|
public WsdlTypesParser()
public WsdlTypes parse(org.licas_xml.abs.Element rootElem) throws java.lang.Exception
rootElem - the root element to parse.java.lang.Exception - any error.