Class ServiceBuilderMethodInvoker
java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractServiceCreator
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
- All Implemented Interfaces:
ObjectCreator
Basic implementation of
ObjectCreator
that handles invoking a method on the module
builder, and figures out the correct parameters to pass into the annotated method.-
Field Summary
Fields inherited from class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
creatorDescription, logger, resources, serviceId
-
Constructor Summary
ConstructorsConstructorDescriptionServiceBuilderMethodInvoker
(ServiceBuilderResources resources, String creatorDescription, Method method) -
Method Summary
Modifier and TypeMethodDescriptionInvoked from the proxy to create the actual service implementation.toString()
Methods inherited from class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
createInjectionResources
-
Constructor Details
-
ServiceBuilderMethodInvoker
public ServiceBuilderMethodInvoker(ServiceBuilderResources resources, String creatorDescription, Method method)
-
-
Method Details