org.gridprovenance.client
Interface PQueryPort

All Known Implementing Classes:
PQueryPortImpl

public interface PQueryPort

PQueryPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 org.apache.axis.message.addressing.EndpointReference getPQueryPort()
          get the PQuery Port as EndpointReference
 void setPQueryPort(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
          set the PQuery Port by giving EndpointReference
 void setPQueryPort(java.lang.String pQueryPortString)
          set the PQuery Port by giving String
 void setPQueryPort(java.net.URI pQueryPortURI)
          set the PQuery Port by giving URI
 

Method Detail

getPQueryPort

org.apache.axis.message.addressing.EndpointReference getPQueryPort()
                                                                   throws CSLException
get the PQuery Port as EndpointReference

Throws:
CSLException

setPQueryPort

void setPQueryPort(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
                   throws CSLException
set the PQuery Port by giving EndpointReference

Throws:
CSLException

setPQueryPort

void setPQueryPort(java.net.URI pQueryPortURI)
                   throws java.lang.Exception,
                          CSLException
set the PQuery Port by giving URI

Throws:
java.lang.Exception
CSLException

setPQueryPort

void setPQueryPort(java.lang.String pQueryPortString)
                   throws java.lang.Exception,
                          CSLException
set the PQuery Port by giving String

Throws:
java.lang.Exception
CSLException