ie.deri.wsmx.invoker
Class WSDLParser
java.lang.Object
ie.deri.wsmx.invoker.WSDLParser
- public class WSDLParser
- extends java.lang.Object
- Author:
- Matthew Moran
Name: WSDLParser
Description: Wrapper for the WSDL parsing classes in wsdl4j.jar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLParser
public WSDLParser(URI _wsdlURI)
parseWSDL
public void parseWSDL()
throws WSDLParserException
- Parse the WSDL document at the wsdlURI
- Throws:
WSDLParserException
getServiceURI
public URI getServiceURI()
- Returns:
setServiceURI
public void setServiceURI(URI uri)
- Parameters:
uri -
getServiceName
public java.lang.String getServiceName()
- Returns:
setServiceName
public void setServiceName(java.lang.String string)
- Parameters:
string -