Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » [javadoc | source]
org.jboss.net.axis
public class: SetClassLoaderHandler [javadoc | source]
java.lang.Object
   org.apache.axis.handlers.BasicHandler
      org.jboss.net.axis.ResetClassLoaderHandler
         org.jboss.net.axis.SetClassLoaderHandler
This handler is to embed an incoming request into the right classloader and should be put into a request chain after the service detection handlers. It should be complemented by a seperate org.jboss.net.axis.ResetClassLoaderHandler in the response chain to reinstall the thread association in case of success.
Method from org.jboss.net.axis.SetClassLoaderHandler Summary:
invoke
Methods from org.jboss.net.axis.ResetClassLoaderHandler:
invoke,   onFault,   resetClassLoader
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.SetClassLoaderHandler Detail:
 public  void invoke(MessageContext msgContext) 
    reroutes the thread associated classloader to the one that deployed the corresponding service