|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.net.axis.AttacheableService
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.
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 |
protected String serviceClass
protected String rootContext
Constructor Detail |
public AttacheableService(String serviceClass, String rootContext)
Method Detail |
public Reference getReference()
getReference
in interface Referenceable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |