com.atlassian.confluence.rpc.soap
Class AxisSoapServer
java.lang.Object
com.atlassian.confluence.rpc.soap.AxisSoapServer
- All Implemented Interfaces:
- RpcServer, ServletManager
public class AxisSoapServer
- extends java.lang.Object
- implements RpcServer, ServletManager
Field Summary |
static org.apache.log4j.Category |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
AxisSoapServer
public AxisSoapServer()
reloadConfiguration
public void reloadConfiguration()
- Specified by:
reloadConfiguration
in interface RpcServer
servletDestroyed
public void servletDestroyed(SpringManagedServlet springManagedServlet)
- Specified by:
servletDestroyed
in interface ServletManager
service
public void service(SpringManagedServlet springManagedServlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Specified by:
service
in interface ServletManager
- Throws:
javax.servlet.ServletException
java.io.IOException
servletInitialised
public void servletInitialised(SpringManagedServlet springManagedServlet,
javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Specified by:
servletInitialised
in interface ServletManager
- Throws:
javax.servlet.ServletException
setSettingsManager
public void setSettingsManager(SettingsManager settingsManager)
setPluginAccessor
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
Copyright © 2003-2010 Atlassian. All Rights Reserved.