org.apache.geronimo.axis2
Class GeronimoFactoryRegistry

java.lang.Object
  extended by org.apache.geronimo.axis2.GeronimoFactoryRegistry

public class GeronimoFactoryRegistry
extends Object


Constructor Summary
GeronimoFactoryRegistry()
           
 
Method Summary
<T> T
get(Class<T> key)
           
<T> void
put(Class<T> key, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoFactoryRegistry

public GeronimoFactoryRegistry()
Method Detail

put

public <T> void put(Class<T> key,
                    T value)

get

public <T> T get(Class<T> key)


Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.