public class ServiceMethodDispatcher extends Object
This is done using Java reflection where the service is the target object of a dynamic method request.
| Constructor and Description |
|---|
ServiceMethodDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(Object service_object,
String methodName,
Property[] userParms)
Invoke a method on an internal service.
|
public Object invokeMethod(Object service_object, String methodName, Property[] userParms) throws ServerException
service_object - the target object of the service requestmethodName - the method to invoke on the target objectuserParms - parameters to the method to invoke on target objectServerExceptionCopyright © 2013 DuraSpace. All Rights Reserved.