org.globus.ogsa.wsdl
Class GSR

java.lang.Object
  extended byorg.globus.ogsa.wsdl.GSR

public class GSR
extends java.lang.Object

Class used to parse inspect and retrieve Grid Service References (GSR)


Field Summary
protected static Log logger
           
 
Constructor Summary
GSR(org.w3c.dom.Document doc)
           
GSR(org.w3c.dom.Element reference)
           
GSR(java.lang.String url)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 java.lang.String getEndpoint()
           
 java.lang.String getEndpoint(java.lang.String port)
           
 java.util.Collection getExtensions(java.lang.Class javaClass, Definition definition)
           
 java.util.Collection getGWSDLPortTypes()
           
 HandleType getHandle()
           
 java.util.Collection getPortTypes()
           
 SymbolTable getSymbolTable()
           
 Definition getWSDLDefinition()
           
static GSR newInstance(HandleType handle)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected static Log logger
Constructor Detail

GSR

public GSR(org.w3c.dom.Document doc)
    throws GridServiceException

GSR

public GSR(org.w3c.dom.Element reference)
    throws GridServiceException

GSR

public GSR(java.lang.String url)
    throws GridServiceException
Method Detail

newInstance

public static GSR newInstance(HandleType handle)
                       throws FaultType,
                              GridServiceException
Throws:
FaultType
GridServiceException

getDocument

public org.w3c.dom.Document getDocument()

getWSDLDefinition

public Definition getWSDLDefinition()
                             throws GridServiceException
Throws:
GridServiceException

getHandle

public HandleType getHandle()

getEndpoint

public java.lang.String getEndpoint(java.lang.String port)

getEndpoint

public java.lang.String getEndpoint()

getPortTypes

public java.util.Collection getPortTypes()
                                  throws GridServiceException
Throws:
GridServiceException

getGWSDLPortTypes

public java.util.Collection getGWSDLPortTypes()
                                       throws GridServiceException
Throws:
GridServiceException

getExtensions

public java.util.Collection getExtensions(java.lang.Class javaClass,
                                          Definition definition)
                                   throws GridServiceException
Throws:
GridServiceException

getSymbolTable

public SymbolTable getSymbolTable()
                           throws GridServiceException
Throws:
GridServiceException

toString

public java.lang.String toString()