Uses of Interface
org.apache.servicemix.http.endpoints.HttpConsumerMarshaler

Packages that use HttpConsumerMarshaler
org.apache.servicemix.http.endpoints   
 

Uses of HttpConsumerMarshaler in org.apache.servicemix.http.endpoints
 

Classes in org.apache.servicemix.http.endpoints that implement HttpConsumerMarshaler
 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.
 

Methods in org.apache.servicemix.http.endpoints that return HttpConsumerMarshaler
 HttpConsumerMarshaler HttpConsumerEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.http.endpoints with parameters of type HttpConsumerMarshaler
 void HttpConsumerEndpoint.setMarshaler(HttpConsumerMarshaler marshaler)
          Sets the class used to marshal messages.
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.