org.apache.tapestry5.ioc.internal
Class AbstractMethodInvokingInstrumenter
java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
- Direct Known Subclasses:
- ServiceAdvisorImpl, ServiceDecoratorImpl
public class AbstractMethodInvokingInstrumenter
- extends java.lang.Object
Base class for service decorators and service advisors that work by invoking a module method.
- Since:
- 5.1.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
resourcesDefaults
protected final java.util.Map<java.lang.Class,java.lang.Object> resourcesDefaults
method
protected final java.lang.reflect.Method method
serviceInterface
protected final java.lang.Class serviceInterface
serviceId
protected final java.lang.String serviceId
AbstractMethodInvokingInstrumenter
public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource,
java.lang.reflect.Method method,
ServiceResources resources,
PlasticProxyFactory proxyFactory)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
invoke
protected java.lang.Object invoke(InjectionResources injectionResources)
Copyright © 2003-2012 The Apache Software Foundation.