public class WsdlInterfaceParser
extends java.lang.Object
Constructor and Description |
---|
WsdlInterfaceParser()
Create a new instance of WsdlInterfaceParser.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(org.licas_xml.abs.Element rootElem,
WsdlModel wsdlModel)
Parse the element to retrieve the interface information.
|
public WsdlInterfaceParser()
public void parse(org.licas_xml.abs.Element rootElem, WsdlModel wsdlModel) throws java.lang.Exception
rootElem
- the root element for the interface information.wsdlModel
- the wsdl model.java.lang.Exception
- any error.