public class WsdlServiceParser
extends java.lang.Object
| Constructor and Description |
|---|
WsdlServiceParser()
Create a new instance of WsdlServiceParser.
|
| Modifier and Type | Method and Description |
|---|---|
WsdlService |
parse(org.licas_xml.abs.Element rootElem)
Parse the wsdl document and extract the service elements.
|
public WsdlServiceParser()
public WsdlService parse(org.licas_xml.abs.Element rootElem) throws java.lang.Exception
rootElem - the document root element.java.lang.Exception - any error.