public class WsdlEndpointParser
extends java.lang.Object
Constructor and Description |
---|
WsdlEndpointParser()
Create a new instance of WsdlEndpointParser.
|
Modifier and Type | Method and Description |
---|---|
WsdlEndpoint |
parse(org.licas_xml.abs.Element rootElem)
Parse the element to retrieve the service endpoint information.
|
public WsdlEndpointParser()
public WsdlEndpoint parse(org.licas_xml.abs.Element rootElem) throws java.lang.Exception
rootElem
- the root element for the endpoint information.java.lang.Exception
- any error.