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

AttacheableService (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


org.jboss.net.axis
Class AttacheableService

java.lang.Object
  extended byorg.jboss.net.axis.AttacheableService
All Implemented Interfaces:
Referenceable

public class AttacheableService
extends Object
implements Referenceable

The attacheable service implementation allows to bind axis service instances into JNDI without loosing the configuration link to their engine/deployer.

Configuration pointers are reinstalled by a dedicated context attribute that allows to identify a target configuration when deserialized by the associated ServiceFactory.

Since:
26.04.02
Version:
$Revision: 1.8 $
Author:
Christoph G. Jung
See Also:
ServiceFactory

Field Summary
protected  String rootContext
          this is what we need to find the important part, which is the engine configuration, again.
protected  String serviceClass
          the real axis service implementation that regularly looses its configuration
 
Constructor Summary
AttacheableService(String serviceClass, String rootContext)
          Creates a new ServiceFactory.
 
Method Summary
 Reference getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceClass

protected String serviceClass
the real axis service implementation that regularly looses its configuration


rootContext

protected String rootContext
this is what we need to find the important part, which is the engine configuration, again.

Constructor Detail

AttacheableService

public AttacheableService(String serviceClass,
                          String rootContext)
Creates a new ServiceFactory.

Method Detail

getReference

public Reference getReference()
Specified by:
getReference in interface Referenceable


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