Package org.kuali.rice.ksb.messaging
Class KSBClientProxy
java.lang.Object
org.kuali.rice.ksb.messaging.KSBClientProxy
- All Implemented Interfaces:
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)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KSBClientProxy
-
-
Method Details
-
newInstance
public static <T> T newInstance(String serviceQName, Class<T> interfaceClass) throws InstantiationException, IllegalAccessException -
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-