org.apache.airavata.wsmg.client.protocol
Class WSEProtocolClient

java.lang.Object
  extended by org.apache.airavata.wsmg.client.protocol.WSEProtocolClient

public class WSEProtocolClient
extends Object


Constructor Summary
WSEProtocolClient()
           
 
Method Summary
static org.apache.axis2.addressing.EndpointReference createEndpointReference(String brokerURL, String topic)
           
static org.apache.axiom.om.OMElement createSubscription(org.apache.axis2.addressing.EndpointReference eventSink, String topicExpression, String xpathExpression, long expireTime)
           
static org.apache.axiom.om.OMElement createUnsubscribeMsg()
           
static String decodeSubscribeResponse(org.apache.axiom.om.OMElement responseSubscriptionsManagerElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSEProtocolClient

public WSEProtocolClient()
Method Detail

createEndpointReference

public static org.apache.axis2.addressing.EndpointReference createEndpointReference(String brokerURL,
                                                                                    String topic)

createSubscription

public static org.apache.axiom.om.OMElement createSubscription(org.apache.axis2.addressing.EndpointReference eventSink,
                                                               String topicExpression,
                                                               String xpathExpression,
                                                               long expireTime)
                                                        throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

decodeSubscribeResponse

public static String decodeSubscribeResponse(org.apache.axiom.om.OMElement responseSubscriptionsManagerElement)
                                      throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

createUnsubscribeMsg

public static org.apache.axiom.om.OMElement createUnsubscribeMsg()


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