org.gcube.informationsystem.collector.impl.porttypes
Class XQueryAccess

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.informationsystem.collector.impl.porttypes.XQueryAccess

public class XQueryAccess
extends GCUBEPortType

XQueryAccess portType implementation

Author:
Manuele Simi (ISTI-CNR)

Constructor Summary
XQueryAccess()
           
 
Method Summary
 XQueryExecuteResponse XQueryExecute(XQueryExecuteRequest request)
          Executes a XQuery expression in the XML storage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryAccess

public XQueryAccess()
Method Detail

XQueryExecute

public XQueryExecuteResponse XQueryExecute(XQueryExecuteRequest request)
                                    throws XQueryFaultType
Executes a XQuery expression in the XML storage

Parameters:
XQueryExpression - the XQuery expression
Returns:
a formatted XML document
Throws:
XQueryFaultType - if the execution fails