org.codehaus.xfire.service.invoker
Class LocalFactory
java.lang.Object
org.codehaus.xfire.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFactory
public LocalFactory(java.lang.String service_class_key)
LocalFactory
public LocalFactory(java.lang.String service_class_key,
Service service)
getService
public Service getService()
setService
public void setService(Service service)
create
public java.lang.Object create()
throws XFireFault
- Specified by:
create
in interface Factory
- Throws:
XFireFault
Copyright © 2004-2010. All Rights Reserved.