org.codehaus.xfire.picocontainer.util
Class PicoFactory

java.lang.Object
  extended by org.codehaus.xfire.picocontainer.util.PicoFactory
All Implemented Interfaces:
Factory

public class PicoFactory
extends java.lang.Object
implements Factory

This is a simple adapter from pico container to Factory

Author:
Ben Yu Feb 12, 2006 1:19:43 AM

Constructor Summary
PicoFactory(ObjectReference picoReference, java.lang.Object componentKey)
           
 
Method Summary
 java.lang.Object create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoFactory

public PicoFactory(ObjectReference picoReference,
                   java.lang.Object componentKey)
Method Detail

create

public java.lang.Object create()
Specified by:
create in interface Factory


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.