org.gridprovenance.client.impl
Class XQueryPortImpl

java.lang.Object
  extended by org.gridprovenance.client.impl.XQueryPortImpl
All Implemented Interfaces:
XQueryPort

public class XQueryPortImpl
extends java.lang.Object
implements XQueryPort

Implement of XQueryPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

Constructor Summary
XQueryPortImpl()
           
XQueryPortImpl(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
           
XQueryPortImpl(java.lang.String xQueryPortString)
           
XQueryPortImpl(java.net.URI xQueryPortURI)
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReference getXQueryPort()
          get the XQuery Port as EndpointReference
 void setXQueryPort(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
          set the XQuery Port by giving EndpointReference
 void setXQueryPort(java.lang.String xQueryPortString)
          set the XQuery Port by giving String
 void setXQueryPort(java.net.URI xQueryPortURI)
          set the XQuery Port by giving URI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryPortImpl

public XQueryPortImpl()

XQueryPortImpl

public XQueryPortImpl(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)

XQueryPortImpl

public XQueryPortImpl(java.net.URI xQueryPortURI)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException

XQueryPortImpl

public XQueryPortImpl(java.lang.String xQueryPortString)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException
Method Detail

getXQueryPort

public org.apache.axis.message.addressing.EndpointReference getXQueryPort()
                                                                   throws CSLException
Description copied from interface: XQueryPort
get the XQuery Port as EndpointReference

Specified by:
getXQueryPort in interface XQueryPort
Throws:
CSLException

setXQueryPort

public void setXQueryPort(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
                   throws CSLException
Description copied from interface: XQueryPort
set the XQuery Port by giving EndpointReference

Specified by:
setXQueryPort in interface XQueryPort
Throws:
CSLException

setXQueryPort

public void setXQueryPort(java.net.URI xQueryPortURI)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: XQueryPort
set the XQuery Port by giving URI

Specified by:
setXQueryPort in interface XQueryPort
Throws:
java.lang.Exception
CSLException

setXQueryPort

public void setXQueryPort(java.lang.String xQueryPortString)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: XQueryPort
set the XQuery Port by giving String

Specified by:
setXQueryPort in interface XQueryPort
Throws:
java.lang.Exception
CSLException