public class WsdlFaultParser
extends java.lang.Object
Constructor and Description |
---|
WsdlFaultParser()
Create a new instance of WsdlFaultParser.
|
Modifier and Type | Method and Description |
---|---|
WsdlFault |
parse(org.licas_xml.abs.Element rootElem)
Parse and return a fault object.
|
public WsdlFaultParser()
public WsdlFault parse(org.licas_xml.abs.Element rootElem) throws java.lang.Exception
rootElem
- the element to parse.java.lang.Exception
- any error.