org.apache.airavata.wsmg.msgbox.client
Class StoreMessage

java.lang.Object
  extended by org.apache.airavata.wsmg.msgbox.client.StoreMessage

public class StoreMessage
extends Object

This class can be used to invoke destroyMsgBox operation of msgBoxService and returns the resultant operation status as EndpointReference


Field Summary
protected  org.apache.axis2.addressing.EndpointReference msgBoxEndPointReference
           
protected  long timeoutInMilliSeconds
           
 
Constructor Summary
StoreMessage(org.apache.axis2.addressing.EndpointReference msgBoxEpr, long timeout)
           
 
Method Summary
 String execute(org.apache.axiom.om.OMElement messageIn)
           
 long getTimeoutInMilliSeconds()
           
 void setTimeoutInMilliSeconds(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgBoxEndPointReference

protected org.apache.axis2.addressing.EndpointReference msgBoxEndPointReference

timeoutInMilliSeconds

protected long timeoutInMilliSeconds
Constructor Detail

StoreMessage

public StoreMessage(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
                    long timeout)
             throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
Method Detail

getTimeoutInMilliSeconds

public long getTimeoutInMilliSeconds()

setTimeoutInMilliSeconds

public void setTimeoutInMilliSeconds(long timeout)

execute

public String execute(org.apache.axiom.om.OMElement messageIn)
               throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault


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