issrg.editor2.WSDLandTAP
Class WSDLReader
java.lang.Object
issrg.editor2.WSDLandTAP.WSDLReader
public class WSDLReader
- extends java.lang.Object
This class helps loading a WSDL File to a DOM.
It also helps obtain the targets/actions.
- Author:
- Christian Azzopardi
Constructor Summary |
WSDLReader(java.lang.String wsdlPath)
Creates a new instance of WSDLReader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLReader
public WSDLReader(java.lang.String wsdlPath)
- Creates a new instance of WSDLReader
loadDocument
public org.w3c.dom.Document loadDocument(java.lang.String pathName)
getWSDLTarget
public org.w3c.dom.Element getWSDLTarget()
getWSDLTargetAddress
public org.w3c.dom.Element getWSDLTargetAddress()
getActions
public java.util.Vector getActions()
getParameters
public java.util.Vector getParameters(java.lang.String action,
org.w3c.dom.Element input)
removeColon
public java.lang.String removeColon(java.lang.String str)