org.globus.ogsa.wsdl
Class GSR
java.lang.Object
org.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
logger
protected static Log logger
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
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()