public class JohnsonXmlRpcFilter extends AbstractJohnsonFilter
| Modifier and Type | Field and Description |
|---|---|
static int |
FAULT_CODE |
config, filterConfig, TEXT_XML_UTF8_CONTENT_TYPE| Constructor and Description |
|---|
JohnsonXmlRpcFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildXmlRpcErrorMessage(String error,
int faultCode) |
protected void |
handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Handles the given request for error cases when there is a Johnson
Event which
stops normal application functioning. |
protected void |
handleNotSetup(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Handles the given request for cases when the application is not yet setup which
stops normal application functioning.
|
destroy, doFilter, getContainerAndRunEventChecks, getServletPath, getStringForEvents, ignoreURI, initpublic static final int FAULT_CODE
protected void handleError(JohnsonEventContainer appEventContainer, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse) throws IOException
AbstractJohnsonFilterEvent which
stops normal application functioning.handleError in class AbstractJohnsonFilterappEventContainer - the JohnsonEventContainer that contains the events.servletRequest - the request being directed to the error.servletResponse - the response.IOException - when the error cannot be handled.protected void handleNotSetup(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws IOException
AbstractJohnsonFilterhandleNotSetup in class AbstractJohnsonFilterservletRequest - the request being directed to the error.servletResponse - the response.IOException - when the error cannot be handled.Copyright © 2017 Atlassian. All rights reserved.