org.gridprovenance.client
Interface XQueryPort

All Known Implementing Classes:
XQueryPortImpl

public interface XQueryPort

XQueryPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

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
 

Method Detail

getXQueryPort

org.apache.axis.message.addressing.EndpointReference getXQueryPort()
                                                                   throws CSLException
get the XQuery Port as EndpointReference

Throws:
CSLException

setXQueryPort

void setXQueryPort(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
                   throws CSLException
set the XQuery Port by giving EndpointReference

Throws:
CSLException

setXQueryPort

void setXQueryPort(java.net.URI xQueryPortURI)
                   throws java.lang.Exception,
                          CSLException
set the XQuery Port by giving URI

Throws:
java.lang.Exception
CSLException

setXQueryPort

void setXQueryPort(java.lang.String xQueryPortString)
                   throws java.lang.Exception,
                          CSLException
set the XQuery Port by giving String

Throws:
java.lang.Exception
CSLException