public interface ObjectCreatorSource
ServiceBuilderResources
, create a corresponding ObjectCreator
. A
secondary responsibility is to provide a description of the creator, which is usually based on the name of the method
or constructor to be invoked, and is ultimately used in some debugging or error output.Modifier and Type | Method and Description |
---|---|
ObjectCreator |
constructCreator(ServiceBuilderResources resources)
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
|
String |
getDescription()
Returns a description of the method or constructor that creates the service.
|
ObjectCreator constructCreator(ServiceBuilderResources resources)
String getDescription()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.