Class ServiceBuilderMethodInvoker
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 - 
- org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
 
 
 
- 
- All Implemented Interfaces:
 ObjectCreator
public class ServiceBuilderMethodInvoker extends AbstractServiceCreator
Basic implementation ofObjectCreatorthat 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
Constructors Constructor Description ServiceBuilderMethodInvoker(ServiceBuilderResources resources, java.lang.String creatorDescription, java.lang.reflect.Method method) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject()Invoked from the proxy to create the actual service implementation.java.lang.StringtoString()- 
Methods inherited from class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
createInjectionResources 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ServiceBuilderMethodInvoker
public ServiceBuilderMethodInvoker(ServiceBuilderResources resources, java.lang.String creatorDescription, java.lang.reflect.Method method)
 
 - 
 
- 
Method Detail
- 
createObject
public java.lang.Object createObject()
Invoked from the proxy to create the actual service implementation. 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -