| Methods in org.apache.airavata.wsmg.client that throw MsgBrokerClientException |
void |
ConsumerServerHandler.createConsumerServer(int listenPort,
ConsumerNotificationHandler h)
|
org.apache.axis2.addressing.EndpointReference |
MessageBrokerClient.createPullMsgBox(String msgBoxServerLoc)
|
org.apache.axis2.addressing.EndpointReference |
MessageBrokerClient.createPullMsgBox(String msgBoxLocation,
long timeout)
|
String[] |
ConsumerServerHandler.getConsumerServiceEndpointReference()
|
void |
WsntMsgBrokerClient.publish(String topic,
org.apache.axiom.om.OMElement message)
|
void |
WseMsgBrokerClient.publish(String topic,
org.apache.axiom.om.OMElement message)
|
void |
MessageBrokerClient.publish(String topic,
org.apache.axiom.om.OMElement message)
|
void |
WsntMsgBrokerClient.publish(String topic,
String plainText)
|
void |
WseMsgBrokerClient.publish(String topic,
String plainText)
|
void |
MessageBrokerClient.publish(String topic,
String plainText)
|
String[] |
WsntMsgBrokerClient.startConsumerService(int port,
ConsumerNotificationHandler handler)
|
String[] |
WseMsgBrokerClient.startConsumerService(int port,
ConsumerNotificationHandler handler)
|
String[] |
MessageBrokerClient.startConsumerService(int port,
ConsumerNotificationHandler handler)
|
MessagePuller |
MessageBrokerClient.startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr,
NotificationHandler handler,
long backoff,
long timeout)
|
MessagePuller |
MessageBrokerClient.startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr,
NotificationHandler handler,
long backoff,
long timeout)
|
void |
MessageBrokerClient.stopPullingEventsFromMsgBox(MessagePuller msgPuller)
|
String |
WsntMsgBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
WseMsgBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
MessageBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
WsntMsgBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression,
long expireTime)
|
String |
WseMsgBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression,
long expireTime)
|
String |
MessageBrokerClient.subscribe(org.apache.axis2.addressing.EndpointReference eventSinkLocation,
String topicExpression,
String xpathExpression,
long expireTime)
|
String |
WsntMsgBrokerClient.subscribe(String eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
WseMsgBrokerClient.subscribe(String eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
MessageBrokerClient.subscribe(String eventSinkLocation,
String topicExpression,
String xpathExpression)
|
String |
MessageBrokerClient.subscribeMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
String topicExpression,
String xpathExpression,
long expireTime)
|
String |
MessageBrokerClient.subscribeMsgBox(String brokerService,
org.apache.axis2.addressing.EndpointReference msgBoxEpr,
String topic,
String xpath)
|
boolean |
WsntMsgBrokerClient.unSubscribe(String subscriptionId)
|
boolean |
WseMsgBrokerClient.unSubscribe(String subscriptionId)
|
boolean |
MessageBrokerClient.unSubscribe(String subscriptionId)
|