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, serviceprotected 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.GenericServletjavax.servlet.ServletExceptionpublic final void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doInit(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected void doInit()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected void writeResponse(javax.servlet.http.HttpServletResponse servletResponse,
MuleMessage message)
throws Exception
Exceptionprotected javax.servlet.http.HttpServletResponse setHttpHeadersOnServletResponse(HttpResponse httpResponse, javax.servlet.http.HttpServletResponse servletResponse)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.