Returns the same creator, or a new one, that encapsulates the creation of the core service implementation.
@param resources source of information about the service to be created, and source of additional services orother resources that may be needed when constructing the core service implementation
@param creator object capable of creating the service implementation on demand. This is a wrapper around theservice's builder method.
@return the service or equivalent service proxy
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.