|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectCreatorSource
An object which can, when passed a 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ObjectCreator constructCreator(ServiceBuilderResources resources)
String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |