public class HttpProxyCamelHttpTransportServlet extends org.apache.camel.http.common.CamelServlet implements Externalizable
Constructor and Description |
---|
HttpProxyCamelHttpTransportServlet() |
HttpProxyCamelHttpTransportServlet(org.apache.camel.CamelContext camelContext) |
Modifier and Type | Method and Description |
---|---|
void |
connect(org.apache.camel.http.common.HttpConsumer consumer) |
void |
destroy() |
void |
disconnect(org.apache.camel.http.common.HttpConsumer consumer) |
protected void |
doService(javax.servlet.http.HttpServletRequest oldRequest,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
boolean |
isIgnoreDuplicateServletName() |
void |
readExternal(ObjectInput in) |
protected org.apache.camel.http.common.HttpConsumer |
resolve(javax.servlet.http.HttpServletRequest request) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
doServiceAsync, getConsumers, getServletName, getServletResolveConsumerStrategy, isAsync, overrideTccl, restoreTccl, service, setAsync, setServletName, setServletResolveConsumerStrategy
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public HttpProxyCamelHttpTransportServlet(org.apache.camel.CamelContext camelContext)
public HttpProxyCamelHttpTransportServlet()
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.camel.http.common.CamelServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
protected void doService(javax.servlet.http.HttpServletRequest oldRequest, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doService
in class org.apache.camel.http.common.CamelServlet
javax.servlet.ServletException
IOException
protected org.apache.camel.http.common.HttpConsumer resolve(javax.servlet.http.HttpServletRequest request)
resolve
in class org.apache.camel.http.common.CamelServlet
public void connect(org.apache.camel.http.common.HttpConsumer consumer)
connect
in class org.apache.camel.http.common.CamelServlet
public void disconnect(org.apache.camel.http.common.HttpConsumer consumer)
disconnect
in class org.apache.camel.http.common.CamelServlet
public boolean isIgnoreDuplicateServletName()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
This work is licensed under a Creative Commons Attribution 4.0 International License.