Uses of Interface
org.kuali.rice.ksb.api.messaging.AsynchronousCallback

Packages that use AsynchronousCallback
org.kuali.rice.ksb.api.messaging   
org.kuali.rice.ksb.messaging   
org.kuali.rice.ksb.messaging.bam   
org.kuali.rice.ksb.messaging.serviceproxies   
 

Uses of AsynchronousCallback in org.kuali.rice.ksb.api.messaging
 

Methods in org.kuali.rice.ksb.api.messaging that return AsynchronousCallback
 AsynchronousCallback AsynchronousCall.getCallback()
           
 

Methods in org.kuali.rice.ksb.api.messaging with parameters of type AsynchronousCallback
<T> T
MessageHelper.getServiceAsynchronously(QName qname, AsynchronousCallback callback)
           
<T> T
MessageHelper.getServiceAsynchronously(QName qname, AsynchronousCallback callback, Serializable context)
           
<T> T
MessageHelper.getServiceAsynchronously(QName qname, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
<T> T
MessageHelper.getServiceAsynchronously(QName qname, String applicationId, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
 

Constructors in org.kuali.rice.ksb.api.messaging with parameters of type AsynchronousCallback
AsynchronousCall(Class<?>[] paramTypes, Object[] arguments, ServiceConfiguration serviceConfiguration, String methodName, AsynchronousCallback callback, Serializable context)
           
 

Uses of AsynchronousCallback in org.kuali.rice.ksb.messaging
 

Methods in org.kuali.rice.ksb.messaging that return types with arguments of type AsynchronousCallback
static List<AsynchronousCallback> GlobalCallbackRegistry.getCallbacks()
           
 

Methods in org.kuali.rice.ksb.messaging with parameters of type AsynchronousCallback
static
<T> T
MessageHelperImpl.createProxy(boolean sync, List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
<T> T
MessageHelperImpl.getServiceAsynchronously(QName qname, AsynchronousCallback callback)
           
<T> T
MessageHelperImpl.getServiceAsynchronously(QName qname, AsynchronousCallback callback, Serializable context)
           
<T> T
MessageHelperImpl.getServiceAsynchronously(QName qname, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
<T> T
MessageHelperImpl.getServiceAsynchronously(QName qname, String applicationId, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
protected  void MessageServiceInvoker.notifyOnCallback(AsynchronousCall methodCall, AsynchronousCallback callback, Object callResult)
           
 

Method parameters in org.kuali.rice.ksb.messaging with type arguments of type AsynchronousCallback
static void GlobalCallbackRegistry.setCallbacks(List<AsynchronousCallback> callbacks)
           
 

Uses of AsynchronousCallback in org.kuali.rice.ksb.messaging.bam
 

Methods in org.kuali.rice.ksb.messaging.bam that return AsynchronousCallback
 AsynchronousCallback BAMTargetEntry.getCallback()
           
 

Methods in org.kuali.rice.ksb.messaging.bam with parameters of type AsynchronousCallback
 void BAMTargetEntry.setCallback(AsynchronousCallback callback)
           
 

Uses of AsynchronousCallback in org.kuali.rice.ksb.messaging.serviceproxies
 

Methods in org.kuali.rice.ksb.messaging.serviceproxies that return AsynchronousCallback
 AsynchronousCallback AsynchronousServiceCallProxy.getCallback()
           
 

Methods in org.kuali.rice.ksb.messaging.serviceproxies with parameters of type AsynchronousCallback
static Object SynchronousServiceCallProxy.createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
static Object AsynchronousServiceCallProxy.createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
 void AsynchronousServiceCallProxy.setCallback(AsynchronousCallback callback)
           
 

Constructors in org.kuali.rice.ksb.messaging.serviceproxies with parameters of type AsynchronousCallback
AsynchronousServiceCallProxy(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.