org.jboss.net.axis
Class ServiceFactory

java.lang.Object
  extended byorg.jboss.net.axis.ServiceFactory
All Implemented Interfaces:
ObjectFactory

public class ServiceFactory
extends Object
implements 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
Version:
$Revision: 1.8.6.1 $
Author:
Christoph G. Jung

Constructor Summary
ServiceFactory()
           
 
Method Summary
 Object getObjectInstance(Object refObject, Name name, Context nameCtx, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object refObject,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.