org.kuali.rice.ksb.messaging
Class MessageHelperImpl
java.lang.Object
   org.kuali.rice.ksb.messaging.MessageHelperImpl
org.kuali.rice.ksb.messaging.MessageHelperImpl
- All Implemented Interfaces: 
- MessageHelper
- public class MessageHelperImpl 
- extends Object- implements MessageHelper
 
| Method Summary | 
| static
 | createProxy(boolean sync,
                       List<Endpoint> endpoints,
                       AsynchronousCallback callback,
                       Serializable context,
                       String value1,
                       String value2)
 | 
| static
 | createProxyDelayed(boolean sync,
                                     List<Endpoint> endpoints,
                                     Serializable context,
                                     String value1,
                                     String value2,
                                     long delayMilliseconds)
 | 
| 
 | getAllRemoteServicesAsynchronously(QName qname)
 | 
| 
 | getDelayedAsynchronousServiceCallProxy(QName qname,
                                                                             String applicationId,
                                                                             Serializable context,
                                                                             String value1,
                                                                             String value2,
                                                                             long delayMilliseconds)
 | 
| 
 | getServiceAsynchronously(QName qname)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 AsynchronousCallback callback)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 AsynchronousCallback callback,
                                                 Serializable context)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 AsynchronousCallback callback,
                                                 Serializable context,
                                                 String value1,
                                                 String value2)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 Serializable context,
                                                 String value1,
                                                 String value2,
                                                 long delayMilliseconds)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 String applicationId)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 String applicationId,
                                                 AsynchronousCallback callback,
                                                 Serializable context,
                                                 String value1,
                                                 String value2)
 | 
| 
 | getServiceAsynchronously(QName qname,
                                                 String applicationId,
                                                 Serializable context,
                                                 String value1,
                                                 String value2,
                                                 long delayMilliseconds)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MessageHelperImpl
public MessageHelperImpl()
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      String applicationId)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      AsynchronousCallback callback)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      AsynchronousCallback callback,
                                      Serializable context)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      AsynchronousCallback callback,
                                      Serializable context,
                                      String value1,
                                      String value2)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      String applicationId,
                                      AsynchronousCallback callback,
                                      Serializable context,
                                      String value1,
                                      String value2)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getDelayedAsynchronousServiceCallProxy
public <T> T getDelayedAsynchronousServiceCallProxy(QName qname,
                                                    String applicationId,
                                                    Serializable context,
                                                    String value1,
                                                    String value2,
                                                    long delayMilliseconds)
- 
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      Serializable context,
                                      String value1,
                                      String value2,
                                      long delayMilliseconds)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getServiceAsynchronously
public <T> T getServiceAsynchronously(QName qname,
                                      String applicationId,
                                      Serializable context,
                                      String value1,
                                      String value2,
                                      long delayMilliseconds)
- 
- Specified by:
- getServiceAsynchronouslyin interface- MessageHelper
 
- 
 
getAllRemoteServicesAsynchronously
public <T> List<T> getAllRemoteServicesAsynchronously(QName qname)
- 
- Specified by:
- getAllRemoteServicesAsynchronouslyin interface- MessageHelper
 
- 
 
createProxy
public static <T> T createProxy(boolean sync,
                                List<Endpoint> endpoints,
                                AsynchronousCallback callback,
                                Serializable context,
                                String value1,
                                String value2)
- 
 
- 
 
createProxyDelayed
public static <T> T createProxyDelayed(boolean sync,
                                       List<Endpoint> endpoints,
                                       Serializable context,
                                       String value1,
                                       String value2,
                                       long delayMilliseconds)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.