Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » server » [javadoc | source]
org.jboss.net.axis.server
public class: AxisServiceServlet [javadoc | source]
java.lang.Object
   org.apache.axis.transport.http.AxisServlet
      org.jboss.net.axis.server.AxisServiceServlet

Direct Known Subclasses:
    FlashAxisServiceServlet

An AxisServlet that is able to extract the corresponding AxisEngine from its installation context and builds the right message contexts for the JBoss classloading and deployment architecture.
Field Summary
protected  AxisServer server    reference to the server 
Constructor:
 public AxisServiceServlet() 
Method from org.jboss.net.axis.server.AxisServiceServlet Summary:
getEngine
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.server.AxisServiceServlet Detail:
 public AxisServer getEngine() throws AxisFault 
    override AxisServlet.getEngine() in order to redirect to the corresponding AxisEngine.