org.gridprovenance.client
Interface PQuery

All Known Implementing Classes:
PQueryImpl

public interface PQuery

PQuery Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 PQueryResult execute()
          XQuery to the Provenance Service
 org.apache.axis.message.addressing.EndpointReference getPQueryPortAddress()
          Get the pQueryPortAddress
 

Method Detail

getPQueryPortAddress

org.apache.axis.message.addressing.EndpointReference getPQueryPortAddress()
                                                                          throws CSLException
Get the pQueryPortAddress

Returns:
pQueryPortAddress As EndpointReference
Throws:
CSLException

execute

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

Throws:
java.lang.Exception
CSLException