issrg.editor2.WSDLandTAP
Class WSDDReader
java.lang.Object
issrg.editor2.WSDLandTAP.WSDDReader
public class WSDDReader
- extends java.lang.Object
Reads WSDD files and returns various properties about the wsdd.
- Author:
- Christian Azzopardi
Field Summary |
org.w3c.dom.Document |
document
|
Constructor Summary |
WSDDReader(java.lang.String WSDDpath)
Creates a new instance of WSDLReader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
public org.w3c.dom.Document document
WSDDReader
public WSDDReader(java.lang.String WSDDpath)
- Creates a new instance of WSDLReader
getGlobalConfigurationNodeList
public org.w3c.dom.NodeList getGlobalConfigurationNodeList()
getHandlerNodeList
public org.w3c.dom.NodeList getHandlerNodeList()
getServiceNodeList
public org.w3c.dom.NodeList getServiceNodeList()
getTransportNodeList
public org.w3c.dom.NodeList getTransportNodeList()
getTypeMappingNodeList
public org.w3c.dom.NodeList getTypeMappingNodeList()
getWSDLLocationNodeList
public org.w3c.dom.NodeList getWSDLLocationNodeList()
getWSDLFiles
public java.util.Vector getWSDLFiles()
- Finds tags.
Then extracts the location of the wsdls, and places them in a vector.
- Returns:
- a vector with String locations to WSDL files.