org.gridprovenance.client.impl
Class PQueryResultImpl

java.lang.Object
  extended by org.gridprovenance.client.impl.PQueryResultImpl
All Implemented Interfaces:
PQueryResult

public class PQueryResultImpl
extends java.lang.Object
implements PQueryResult

An implememt of PQueryResult Interface

CSL of EU Provenance

Author:
Sheng Jiang

Constructor Summary
PQueryResultImpl()
           
PQueryResultImpl(org.apache.axis.message.MessageElement[] any)
           
 
Method Summary
 org.apache.axis.message.MessageElement[] getAny()
          get the XQery Result
 org.w3c.dom.Document[] getAsDocument()
          get the PQuery Result as Document
 void printOut()
          printOut the PQuery Result
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PQueryResultImpl

public PQueryResultImpl()

PQueryResultImpl

public PQueryResultImpl(org.apache.axis.message.MessageElement[] any)
Method Detail

printOut

public void printOut()
              throws CSLException
Description copied from interface: PQueryResult
printOut the PQuery Result

Specified by:
printOut in interface PQueryResult
Throws:
CSLException

getAny

public org.apache.axis.message.MessageElement[] getAny()
                                                throws CSLException
Description copied from interface: PQueryResult
get the XQery Result

Specified by:
getAny in interface PQueryResult
Throws:
CSLException

getAsDocument

public org.w3c.dom.Document[] getAsDocument()
                                     throws java.lang.Exception,
                                            CSLException
Description copied from interface: PQueryResult
get the PQuery Result as Document

Specified by:
getAsDocument in interface PQueryResult
Throws:
java.lang.Exception
CSLException