org.gridprovenance.client.impl
Class XQueryResultImpl

java.lang.Object
  extended by org.gridprovenance.client.impl.XQueryResultImpl
All Implemented Interfaces:
XQueryResult

public class XQueryResultImpl
extends java.lang.Object
implements XQueryResult

An implememt of QueryAck Interface

CSL of EU Provenance

Author:
Sheng Jiang

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

Constructor Detail

XQueryResultImpl

public XQueryResultImpl()

XQueryResultImpl

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

printOut

public void printOut()
              throws CSLException
Description copied from interface: XQueryResult
printOut the XQuery Result

Specified by:
printOut in interface XQueryResult
Throws:
CSLException

getAny

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

Specified by:
getAny in interface XQueryResult
Throws:
CSLException

getAsDocument

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

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