org.apache.airavata.wsmg.client
Class WsrfResourceStub

java.lang.Object
  extended by org.apache.airavata.wsmg.client.WsrfResourceStub
Direct Known Subclasses:
SubscriptionStub, WidgetStub

public class WsrfResourceStub
extends Object

TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates


Field Summary
protected  org.apache.axis2.client.Options opts
           
 
Constructor Summary
protected WsrfResourceStub(org.apache.axis2.addressing.EndpointReference resourceEpr, long timeout)
           
 
Method Summary
 void destroy()
           
 List<org.apache.axiom.om.OMElement> getMultipleResourceProperties(QName[] qnamez)
           
 org.apache.axis2.addressing.EndpointReference getResourceEpr()
           
 List<org.apache.axiom.om.OMElement> getResourceProperty(QName qn)
           
 long getTimeoutInMilliSeconds()
           
 List<org.apache.axiom.om.OMNode> queryResourcePropertiesByXpath(String query)
           
 void setResourceProperties(org.apache.axiom.om.OMElement[] requests)
           
 void setTerminationTime(Calendar cal)
           
 void setTimeoutInMilliSeconds(long timeout)
           
static void verbose(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opts

protected org.apache.axis2.client.Options opts
Constructor Detail

WsrfResourceStub

protected WsrfResourceStub(org.apache.axis2.addressing.EndpointReference resourceEpr,
                           long timeout)
Method Detail

getResourceEpr

public org.apache.axis2.addressing.EndpointReference getResourceEpr()

getTimeoutInMilliSeconds

public long getTimeoutInMilliSeconds()

setTimeoutInMilliSeconds

public void setTimeoutInMilliSeconds(long timeout)

destroy

public void destroy()
             throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

setTerminationTime

public void setTerminationTime(Calendar cal)
                        throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getResourceProperty

public List<org.apache.axiom.om.OMElement> getResourceProperty(QName qn)
                                                        throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getMultipleResourceProperties

public List<org.apache.axiom.om.OMElement> getMultipleResourceProperties(QName[] qnamez)
                                                                  throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

queryResourcePropertiesByXpath

public List<org.apache.axiom.om.OMNode> queryResourcePropertiesByXpath(String query)
                                                                throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

setResourceProperties

public void setResourceProperties(org.apache.axiom.om.OMElement[] requests)
                           throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

verbose

public static void verbose(String msg)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.