|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
(src) Field Summary | |
protected java.lang.String |
rootContext
this is what we need to find the important part, which is the engine configuration, again. |
protected java.lang.String |
serviceClass
the real axis service implementation that regularly looses its configuration |
Constructor Summary | |
AttacheableService(java.lang.String serviceClass,
java.lang.String rootContext)
Creates a new ServiceFactory. |
Method Summary | |
javax.naming.Reference |
getReference()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String serviceClass
protected java.lang.String rootContext
Constructor Detail |
public AttacheableService(java.lang.String serviceClass, java.lang.String rootContext)
Method Detail |
public javax.naming.Reference getReference()
getReference
in interface javax.naming.Referenceable
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |