Class BusClientFailureProxy

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

public class BusClientFailureProxy extends org.kuali.rice.core.api.util.reflect.BaseTargetedInvocationHandler<Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    invokeInternal(Object proxyObject, Method method, Object[] params)
     
    static Object
    wrap(Object target, org.kuali.rice.ksb.api.bus.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, proxyToString

    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 Details

    • wrap

      public static Object wrap(Object target, org.kuali.rice.ksb.api.bus.ServiceConfiguration serviceConfiguration)
    • invokeInternal

      protected Object invokeInternal(Object proxyObject, Method method, Object[] params) throws Throwable
      Specified by:
      invokeInternal in class org.kuali.rice.core.api.util.reflect.BaseInvocationHandler
      Throws:
      Throwable