| Package | Description |
|---|---|
| org.apache.servicemix.http.endpoints |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpConsumerMarshaler |
class |
DefaultHttpConsumerMarshaler
The default consumer marshaler used for non-soap consumer endpoints.
|
class |
HttpSoapConsumerMarshaler |
class |
SerializedMarshaler
A marshaler that handles Java serialized content from the InputStream of the HttpServletRequest object and to the
OutputStream of the HttpServletResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConsumerMarshaler |
HttpConsumerEndpoint.getMarshaler() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConsumerEndpoint.setMarshaler(HttpConsumerMarshaler marshaler)
Sets the class used to marshal messages.
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.