org.jboss.net.axis
Class ServiceFactory
java.lang.Object
org.jboss.net.axis.ServiceFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class ServiceFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
This service factory will reinstall (wsdl-generated)
web service references and re-attach the stubs to the right
configurations with the help of axis engine configuration factory.
It is a temporary alternative to the prototypical axis service factory
that only deals with untyped services at this point.
- Since:
- 26.04.02
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object refObject,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceFactory
public ServiceFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object refObject,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
throws java.lang.Exception
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- Throws:
java.lang.Exception