org.apache.tapestry5.ioc.internal
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 of ObjectCreator
that handles invoking a method on the module
builder, and figures out the correct parameters to pass into the annotated method.
ServiceBuilderMethodInvoker
public ServiceBuilderMethodInvoker(ServiceBuilderResources resources,
String creatorDescription,
Method method)
createObject
public Object createObject()
- Invoked from the proxy to create the actual service implementation.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.