public abstract class AbstractHttpConsumerMarshaler extends java.lang.Object implements HttpConsumerMarshaler
| Constructor and Description |
|---|
AbstractHttpConsumerMarshaler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResponseHeaders(javax.jbi.messaging.MessageExchange exchange,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected java.io.InputStream |
getRequestEncodingStream(java.lang.String contentEncoding,
java.io.InputStream dataStream) |
protected java.io.OutputStream |
getResponseEncodingStream(java.lang.String acceptEncoding,
java.io.OutputStream dataStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateExchange, sendAccepted, sendError, sendFault, sendOutprotected java.io.InputStream getRequestEncodingStream(java.lang.String contentEncoding,
java.io.InputStream dataStream)
throws java.io.IOException
java.io.IOExceptionprotected java.io.OutputStream getResponseEncodingStream(java.lang.String acceptEncoding,
java.io.OutputStream dataStream)
throws java.io.IOException
java.io.IOExceptionprotected void addResponseHeaders(javax.jbi.messaging.MessageExchange exchange,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Copyright © 2005-2014 FuseSource. All Rights Reserved.