public abstract class AbstractReceiverServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONTENT_TYPE_PROPERTY |
static long |
DEFAULT_GET_TIMEOUT |
static String |
DEFAULT_PAYLOAD_PARAMETER_NAME |
protected String |
defaultContentType |
protected boolean |
feedback |
static String |
FEEDBACK_PROPERTY |
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
static String |
PAYLOAD_PARAMETER_NAME |
protected String |
payloadParameterName |
static String |
REQUEST_TIMEOUT_PROPERTY |
static String |
SERVLET_CONNECTOR_NAME_PROPERTY
The name of the servlet connector to use with this Servlet
|
protected long |
timeout |
Constructor and Description |
---|
AbstractReceiverServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doInit() |
protected void |
doInit(javax.servlet.ServletConfig servletConfig) |
protected void |
handleException(Throwable exception,
String message,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
void |
init(javax.servlet.ServletConfig servletConfig) |
protected javax.servlet.http.HttpServletResponse |
setHttpHeadersOnServletResponse(HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse servletResponse) |
protected void |
writeResponse(javax.servlet.http.HttpServletResponse servletResponse,
MuleMessage message) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
protected transient org.apache.commons.logging.Log logger
public static final String REQUEST_TIMEOUT_PROPERTY
public static final String FEEDBACK_PROPERTY
public static final String DEFAULT_CONTENT_TYPE_PROPERTY
public static final String SERVLET_CONNECTOR_NAME_PROPERTY
public static final String PAYLOAD_PARAMETER_NAME
public static final String DEFAULT_PAYLOAD_PARAMETER_NAME
public static final long DEFAULT_GET_TIMEOUT
protected String payloadParameterName
protected long timeout
protected boolean feedback
protected String defaultContentType
public final void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public final void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void doInit(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
javax.servlet.ServletException
protected void doInit() throws javax.servlet.ServletException
javax.servlet.ServletException
protected void writeResponse(javax.servlet.http.HttpServletResponse servletResponse, MuleMessage message) throws Exception
Exception
protected javax.servlet.http.HttpServletResponse setHttpHeadersOnServletResponse(HttpResponse httpResponse, javax.servlet.http.HttpServletResponse servletResponse)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.