issrg.editor2.WSDLandTAP
Class WSDDReader

java.lang.Object
  extended by 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
 
Method Summary
 org.w3c.dom.NodeList getGlobalConfigurationNodeList()
           
 org.w3c.dom.NodeList getHandlerNodeList()
           
 org.w3c.dom.NodeList getServiceNodeList()
           
 org.w3c.dom.NodeList getTransportNodeList()
           
 org.w3c.dom.NodeList getTypeMappingNodeList()
           
 java.util.Vector getWSDLFiles()
          Finds tags.
 org.w3c.dom.NodeList getWSDLLocationNodeList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

public org.w3c.dom.Document document
Constructor Detail

WSDDReader

public WSDDReader(java.lang.String WSDDpath)
Creates a new instance of WSDLReader

Method Detail

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.