public class WsdlMessageParser
extends java.lang.Object
| Constructor and Description |
|---|
WsdlMessageParser()
Create a new instance of WsdlMessageParser.
|
| Modifier and Type | Method and Description |
|---|---|
WsdlMessage |
parse(org.licas_xml.abs.Element rootElem)
Parse the next message element.
|
public WsdlMessageParser()
public WsdlMessage parse(org.licas_xml.abs.Element rootElem) throws java.lang.Exception
rootElem - the root element for the message.java.lang.Exception - any error.