|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.jboss.axis.transport.http.AxisServletBase (src)
org.jboss.axis.transport.http.AxisServlet (src)
org.jboss.net.axis.server.AxisServiceServlet
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.
This servlet will also reconstruct proper SOAPAction for http-get accesses in order not to rely on unsecure url-mapping
Field Summary | |
protected AxisServer (src) |
server
reference to the server |
Fields inherited from class org.jboss.axis.transport.http.AxisServlet (src) |
INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY |
Fields inherited from class org.jboss.axis.transport.http.AxisServletBase (src) |
ATTR_AXIS_ENGINE, axisServer |
Constructor Summary | |
AxisServiceServlet()
Creates new AxisServlet |
Method Summary | |
protected void |
fakeSoapAction(MessageContext (src) arg0)
set soap action uri to the path info |
protected java.lang.String |
getConfigurationContext()
access configuration context |
AxisServer (src) |
getEngine()
override AxisServlet.getEngine() in order to redirect to the corresponding AxisEngine. |
protected void |
reportAvailableServices(HttpServletResponse arg0,
java.io.PrintWriter arg1,
HttpServletRequest arg2)
This method lists the available services; it is called when there is nothing to execute on a GET |
Methods inherited from class org.jboss.axis.transport.http.AxisServlet (src) |
createMessageContext, doGet, doPost, getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, getProtocolVersion, getServiceName, init, invokeEndpointFromGet, logException, processAxisFault, processMethodRequest, processWsdlRequest, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo, reportTrouble, setupHTMLResponseHeader |
Methods inherited from class org.jboss.axis.transport.http.AxisServletBase (src) |
decLockCounter, destroy, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected AxisServer (src) server
Constructor Detail |
public AxisServiceServlet()
Method Detail |
public AxisServer (src) getEngine() throws AxisFault (src)
getEngine
in class AxisServletBase (src)
AxisFault (src)
protected java.lang.String getConfigurationContext()
protected void reportAvailableServices(HttpServletResponse arg0, java.io.PrintWriter arg1, HttpServletRequest arg2) throws ConfigurationException (src) , AxisFault (src)
AxisServlet (src)
reportAvailableServices
in class AxisServlet (src)
arg0
- arg1
- arg2
-
AxisFault (src)
ConfigurationException (src)
protected void fakeSoapAction(MessageContext (src) arg0)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |