ie.deri.wsmx.invoker
Class WSDLParser

java.lang.Object
  extended byie.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

Constructor Summary
WSDLParser(URI _wsdlURI)
           
 
Method Summary
 java.lang.String getServiceName()
           
 URI getServiceURI()
           
 void parseWSDL()
          Parse the WSDL document at the wsdlURI
 void setServiceName(java.lang.String string)
           
 void setServiceURI(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLParser

public WSDLParser(URI _wsdlURI)
Method Detail

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 -