Uses of Class
org.apache.airavata.wsmg.client.MsgBrokerClientException

Packages that use MsgBrokerClientException
org.apache.airavata.wsmg.client   
org.apache.airavata.wsmg.client.msgbox   
 

Uses of MsgBrokerClientException in org.apache.airavata.wsmg.client
 

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)
           
 

Uses of MsgBrokerClientException in org.apache.airavata.wsmg.client.msgbox
 

Methods in org.apache.airavata.wsmg.client.msgbox that throw MsgBrokerClientException
 org.apache.axis2.addressing.EndpointReference MsgboxHandler.createPullMsgBox(String msgBoxServerLoc)
           
 org.apache.axis2.addressing.EndpointReference MsgboxHandler.createPullMsgBox(String msgBoxLocation, long timeout)
           
 String MsgboxHandler.deleteMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr, long timeout)
           
 MessagePuller MsgboxHandler.startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr, NotificationHandler handler, long interval, long timeout)
           
 MessagePuller MsgboxHandler.startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr, NotificationHandler handler, long interval, long timeout)
           
 



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