org.apache.geronimo.naming.reference
Interface EntryFactory<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractEntryFactory, ResourceReferenceFactory

public interface EntryFactory<T>
extends Serializable


Method Summary
 T buildEntry(Kernel kernel, ClassLoader classLoader)
           
 

Method Detail

buildEntry

T buildEntry(Kernel kernel,
             ClassLoader classLoader)
             throws NamingException
Throws:
NamingException


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