public class ServiceMethodInvocation extends java.lang.Object implements RestServiceInvocation
| Constructor and Description |
|---|
ServiceMethodInvocation(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(SecurityContext securityContext,
java.lang.Object instance,
java.lang.Object[] params,
AsyncHandler<java.lang.Object> responseHandler) |
public ServiceMethodInvocation(java.lang.reflect.Method method)
public void invoke(SecurityContext securityContext, java.lang.Object instance, java.lang.Object[] params, AsyncHandler<java.lang.Object> responseHandler)
invoke in interface RestServiceInvocationCopyright © 2024. All Rights Reserved.