org.kuali.rice.ksb.messaging
Class BusClientFailureProxy

java.lang.Object
  extended by org.kuali.rice.core.api.util.reflect.BaseInvocationHandler
      extended by org.kuali.rice.core.api.util.reflect.BaseTargetedInvocationHandler
          extended by org.kuali.rice.ksb.messaging.BusClientFailureProxy
All Implemented Interfaces:
InvocationHandler, TargetedInvocationHandler

public class BusClientFailureProxy
extends BaseTargetedInvocationHandler


Method Summary
protected  Object invokeInternal(Object proxyObject, Method method, Object[] params)
           
static Object wrap(Object target, ServiceConfiguration serviceConfiguration)
           
 
Methods inherited from class org.kuali.rice.core.api.util.reflect.BaseTargetedInvocationHandler
getTarget, setTarget
 
Methods inherited from class org.kuali.rice.core.api.util.reflect.BaseInvocationHandler
invoke, proxyEquals, proxyHashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

wrap

public static Object wrap(Object target,
                          ServiceConfiguration serviceConfiguration)

invokeInternal

protected Object invokeInternal(Object proxyObject,
                                Method method,
                                Object[] params)
                         throws Throwable
Specified by:
invokeInternal in class BaseInvocationHandler
Throws:
Throwable


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.