Class KSBClientProxy

java.lang.Object
org.kuali.rice.ksb.messaging.KSBClientProxy
All Implemented Interfaces:
InvocationHandler

public class KSBClientProxy extends Object implements InvocationHandler
This class creates a proxy for services deployed on KSB. A reference to the service is obtained only upon the first method invocation.
Author:
Kuali Rice Team (rice.collab@kuali.org)