Package org.codehaus.xfire.picocontainer.util

Examples of org.codehaus.xfire.picocontainer.util.PicoFactory


     * Prepare an ObjectService to use pico.
     */
    protected Service prepare(Service endpoint)
    {
        endpoint.setInvoker(new FactoryInvoker(
          new PicoFactory(
            picoReference, endpoint.getServiceInfo().getServiceClass()
          ), scope
        ));
        return endpoint;
    }
View Full Code Here

TOP

Related Classes of org.codehaus.xfire.picocontainer.util.PicoFactory

Copyright © 2018 www.massapicom. All rights reserved.
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.