站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

ServiceFactory (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


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.1.2.3 $
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.