org.apache.ws.resource.handler.axis
Class WsrfAxisServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.axis.transport.http.AxisServletBase
              extended byorg.apache.axis.transport.http.AxisServlet
                  extended byorg.apache.ws.resource.handler.axis.WsrfAxisServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WsrfAxisServlet
extends org.apache.axis.transport.http.AxisServlet

LOG-DONE Extension to Axis servlet used to initialize and destroy the registration manager, which manages WS-Resources.

Author:
Sal Campana, Ian P. Springer
See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
           
 
Fields inherited from class org.apache.axis.transport.http.AxisServlet
INIT_PROPERTY_DISABLE_SERVICES_LIST, INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY, log
 
Fields inherited from class org.apache.axis.transport.http.AxisServletBase
ATTR_AXIS_ENGINE, axisServer
 
Constructor Summary
WsrfAxisServlet()
           
 
Method Summary
 void init()
          Initialize the registration manager and runs resource discovery.
 
Methods inherited from class org.apache.axis.transport.http.AxisServlet
doGet, doPost, getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, initQueryStringHandlers, logException, processAxisFault, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo
 
Methods inherited from class org.apache.axis.transport.http.AxisServletBase
decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
Constructor Detail

WsrfAxisServlet

public WsrfAxisServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Initialize the registration manager and runs resource discovery.

Throws:
javax.servlet.ServletException - on error


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.