Package org.kuali.rice.ksb.messaging.bam
Class BAMServerProxy
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.bam.BAMServerProxy
- All Implemented Interfaces:
InvocationHandler,org.kuali.rice.core.api.util.reflect.TargetedInvocationHandler<Object>
public class BAMServerProxy
extends org.kuali.rice.core.api.util.reflect.BaseTargetedInvocationHandler<Object>
A service-side proxy for that records an entry in the BAM for invocations
on the proxied service endpoint.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Methods inherited from class org.kuali.rice.core.api.util.reflect.BaseTargetedInvocationHandler
getTarget, setTargetMethods inherited from class org.kuali.rice.core.api.util.reflect.BaseInvocationHandler
invoke, proxyEquals, proxyHashCode, proxyToStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Method Details