public abstract class MethodInvokerDecorator extends Object implements MethodInvoker
MethodInvoker.| Modifier and Type | Field and Description |
|---|---|
protected MethodInvoker |
decoratedInvoker |
| Constructor and Description |
|---|
MethodInvokerDecorator(MethodInvoker decoratedInvoker) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(Object resource,
GenericMethodResource genericMethodResource,
ApplicationContext context)
Invoke supplied method and return result of method invoking.
|
protected final MethodInvoker decoratedInvoker
public MethodInvokerDecorator(MethodInvoker decoratedInvoker)
decoratedInvoker - decorated MethodInvokerpublic Object invokeMethod(Object resource, GenericMethodResource genericMethodResource, ApplicationContext context)
MethodInvokerinvokeMethod in interface MethodInvokerresource - object that contains methodgenericMethodResource - See GenericMethodResourcecontext - See ApplicationContextImplMethodInvoker.invokeMethod(java.lang.Object,
org.everrest.core.resource.GenericMethodResource, org.everrest.core.ApplicationContext)Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.