org.apache.cxf.service.invoker
Class LocalFactory

java.lang.Object
  extended by org.apache.cxf.service.invoker.LocalFactory
All Implemented Interfaces:
Factory

public class LocalFactory
extends java.lang.Object
implements Factory

The XFire implementation of Factory interface.

Author:
Ben Yu Feb 10, 2006 11:31:27 PM

Constructor Summary
LocalFactory(java.lang.Class svcClass)
           
 
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

LocalFactory

public LocalFactory(java.lang.Class svcClass)
Method Detail

create

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


Apache CXF