org.apache.airavata.wsmg.client
Class WseCreateSubscription
java.lang.Object
org.apache.airavata.wsmg.client.WseCreateSubscription
public class WseCreateSubscription
- extends Object
|
Constructor Summary |
WseCreateSubscription(org.apache.axis2.addressing.EndpointReference brokerLocationEPR,
long timeout)
|
|
Method Summary |
long |
getTimeoutInMilliSeconds()
|
void |
setTimeoutInMilliSeconds(long timeout)
|
org.apache.axiom.om.OMElement |
subscribe(org.apache.axis2.addressing.EndpointReference eventSinkReference,
org.apache.axiom.om.OMElement filterEl,
boolean useNotfy)
|
org.apache.axiom.om.OMElement |
subscribe(org.apache.axis2.addressing.EndpointReference eventSinkReferenceEPR,
org.apache.axiom.om.OMElement filterEl,
boolean useNotfy,
long expireTime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
brokerEndPointReference
protected org.apache.axis2.addressing.EndpointReference brokerEndPointReference
timeoutInMilliSeconds
protected long timeoutInMilliSeconds
WseCreateSubscription
public WseCreateSubscription(org.apache.axis2.addressing.EndpointReference brokerLocationEPR,
long timeout)
getTimeoutInMilliSeconds
public long getTimeoutInMilliSeconds()
setTimeoutInMilliSeconds
public void setTimeoutInMilliSeconds(long timeout)
subscribe
public org.apache.axiom.om.OMElement subscribe(org.apache.axis2.addressing.EndpointReference eventSinkReference,
org.apache.axiom.om.OMElement filterEl,
boolean useNotfy)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
subscribe
public org.apache.axiom.om.OMElement subscribe(org.apache.axis2.addressing.EndpointReference eventSinkReferenceEPR,
org.apache.axiom.om.OMElement filterEl,
boolean useNotfy,
long expireTime)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.