Class ServiceAdvisorImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
org.apache.tapestry5.ioc.internal.ServiceAdvisorImpl
- All Implemented Interfaces:
ServiceAdvisor
public class ServiceAdvisorImpl
extends AbstractMethodInvokingInstrumenter
implements ServiceAdvisor
-
Field Summary
Fields inherited from class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
method, resourcesDefaults, serviceId, serviceInterface
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAdvisorImpl
(ModuleBuilderSource moduleSource, Method method, ServiceResources resources, PlasticProxyFactory proxyFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
advise
(MethodAdviceReceiver methodAdviceReceiver) Invokes the configured method, passing the builder.Methods inherited from class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
invoke, toString
-
Constructor Details
-
ServiceAdvisorImpl
public ServiceAdvisorImpl(ModuleBuilderSource moduleSource, Method method, ServiceResources resources, PlasticProxyFactory proxyFactory)
-
-
Method Details
-
advise
Invokes the configured method, passing the builder. The method will always take, as a parameter, a MethodAdvisor.- Specified by:
advise
in interfaceServiceAdvisor
-