org.gridprovenance.client
Interface XQuery

All Known Implementing Classes:
XQueryImpl

public interface XQuery

XQuery Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 XQueryResult execute()
          XQuery to the Provenance Service
 org.apache.axis.message.addressing.EndpointReference getXQueryPortAddress()
          get the xQueryPortAddress
 java.lang.String getXQueryString()
          get the xQueryString
 void setXQueryString(java.lang.String xQueryString)
          set the xQueryString
 

Method Detail

setXQueryString

void setXQueryString(java.lang.String xQueryString)
set the xQueryString

Parameters:
xQueryString -

getXQueryString

java.lang.String getXQueryString()
get the xQueryString

Returns:
xQueryString

getXQueryPortAddress

org.apache.axis.message.addressing.EndpointReference getXQueryPortAddress()
get the xQueryPortAddress

Returns:
xQueryPortAddress As EndpointReference

execute

XQueryResult execute()
                     throws java.lang.Exception,
                            CSLException
XQuery to the Provenance Service

Throws:
java.lang.Exception
CSLException