public class AsynchronousServiceCallProxy extends BaseInvocationHandler implements TargetedInvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AsynchronousServiceCallProxy(List<Endpoint> endpoints,
AsynchronousCallback callback,
Serializable context,
String value1,
String value2) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createInstance(List<Endpoint> endpoints,
AsynchronousCallback callback,
Serializable context,
String value1,
String value2) |
protected void |
executeMessage(PersistedMessageBO message) |
AsynchronousCallback |
getCallback() |
Object |
getTarget()
Returns the List
|
protected Object |
invokeInternal(Object proxy,
Method method,
Object[] arguments) |
protected String |
proxyToString(Object proxy) |
protected PersistedMessageBO |
saveMessage(PersistedMessageBO message) |
void |
setCallback(AsynchronousCallback callback) |
invoke, proxyEquals, proxyHashCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeprotected AsynchronousServiceCallProxy(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
public static Object createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
protected Object invokeInternal(Object proxy, Method method, Object[] arguments) throws Throwable
invokeInternal in class BaseInvocationHandlerThrowableprotected String proxyToString(Object proxy)
proxyToString in class BaseInvocationHandlerprotected PersistedMessageBO saveMessage(PersistedMessageBO message)
protected void executeMessage(PersistedMessageBO message) throws Exception
Exceptionpublic Object getTarget()
getTarget in interface TargetedInvocationHandlerpublic AsynchronousCallback getCallback()
public void setCallback(AsynchronousCallback callback)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.