public class ReloadableObjectCreatorSource extends java.lang.Object implements ObjectCreatorSource
ReloadableServiceImplementationObjectCreator for a service implementation.| Constructor and Description |
|---|
ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory,
java.lang.reflect.Method bindMethod,
java.lang.Class serviceInterfaceClass,
java.lang.Class serviceImplementationClass,
boolean eagerLoad) |
| Modifier and Type | Method and Description |
|---|---|
ObjectCreator |
constructCreator(ServiceBuilderResources resources)
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
|
java.lang.String |
getDescription()
Returns a description of the method or constructor that creates the service.
|
public ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, java.lang.reflect.Method bindMethod, java.lang.Class serviceInterfaceClass, java.lang.Class serviceImplementationClass, boolean eagerLoad)
public ObjectCreator constructCreator(ServiceBuilderResources resources)
ObjectCreatorSourceconstructCreator in interface ObjectCreatorSourcepublic java.lang.String getDescription()
ObjectCreatorSourcegetDescription in interface ObjectCreatorSource${project.version} - Copyright © 2003-2015 The Apache Software Foundation.