com.atlassian.jira.web.servlet.rpc
Interface AxisServletProvider

All Known Implementing Classes:
PluggableAxisServletProvider

public interface AxisServletProvider

Component responsible for providing appropriately configured AXIS servlet to the JIRA web interface layer.

Since:
v4.4

Method Summary
 org.apache.axis.transport.http.AxisServlet getAxisServlet()
          Get configured AXIS servlet.
 void init(javax.servlet.ServletConfig config)
          Initialize this provider.
 void reset()
          Explicitly reset the maintained Axis servlet instance.
 

Method Detail

init

void init(javax.servlet.ServletConfig config)
Initialize this provider. Safe to call multiple times, only the first call is effective.

Parameters:
config - init servlet configuration that will be used to create the Axis servlet

reset

void reset()
Explicitly reset the maintained Axis servlet instance. If this component has not been initialized yet, this call has no effect.


getAxisServlet

org.apache.axis.transport.http.AxisServlet getAxisServlet()
Get configured AXIS servlet.

Returns:
axis servlet instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.