Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » [javadoc | source]
org.jboss.net.axis
public class: AttacheableService [javadoc | source]
java.lang.Object
   org.jboss.net.axis.AttacheableService

All Implemented Interfaces:
    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.

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