org.gridprovenance.client.impl
Class PQueryPortImpl

java.lang.Object
  extended by org.gridprovenance.client.impl.PQueryPortImpl
All Implemented Interfaces:
PQueryPort

public class PQueryPortImpl
extends java.lang.Object
implements PQueryPort

Implement of PQueryPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

Constructor Summary
PQueryPortImpl()
           
PQueryPortImpl(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
           
PQueryPortImpl(java.lang.String pQueryPortString)
           
PQueryPortImpl(java.net.URI pQueryPortURI)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PQueryPortImpl

public PQueryPortImpl()

PQueryPortImpl

public PQueryPortImpl(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)

PQueryPortImpl

public PQueryPortImpl(java.net.URI pQueryPortURI)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException

PQueryPortImpl

public PQueryPortImpl(java.lang.String pQueryPortString)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException
Method Detail

getPQueryPort

public org.apache.axis.message.addressing.EndpointReference getPQueryPort()
                                                                   throws CSLException
Description copied from interface: PQueryPort
get the PQuery Port as EndpointReference

Specified by:
getPQueryPort in interface PQueryPort
Throws:
CSLException

setPQueryPort

public void setPQueryPort(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
                   throws CSLException
Description copied from interface: PQueryPort
set the PQuery Port by giving EndpointReference

Specified by:
setPQueryPort in interface PQueryPort
Throws:
CSLException

setPQueryPort

public void setPQueryPort(java.net.URI pQueryPortURI)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: PQueryPort
set the PQuery Port by giving URI

Specified by:
setPQueryPort in interface PQueryPort
Throws:
java.lang.Exception
CSLException

setPQueryPort

public void setPQueryPort(java.lang.String pQueryPortString)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: PQueryPort
set the PQuery Port by giving String

Specified by:
setPQueryPort in interface PQueryPort
Throws:
java.lang.Exception
CSLException