org.apache.cxf.common.util.factory
Interface Factory

All Known Implementing Classes:
LocalFactory, PooledFactory

public interface Factory

Represents an object factory.

Author:
Ben Yu Jan 6, 2006 12:38:18 AM

Method Summary
 java.lang.Object create()
           
 

Method Detail

create

java.lang.Object create()
                        throws java.lang.Throwable
Throws:
java.lang.Throwable


Apache CXF