Class HTTPSOAP11Decoder

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, UnmodifiableComponent, MessageDecoder, HttpServletRequestMessageDecoder
Direct Known Subclasses:
HTTPSOAP11Decoder, HTTPSOAP11Decoder

public class HTTPSOAP11Decoder extends BaseHttpServletRequestXMLMessageDecoder
Basic SOAP 1.1 decoder for HTTP transport.

This decoder takes a mandatory MessageHandler instance which is used to determine populate the message that is returned as the MessageContext.getMessage().

A SOAP message oriented message exchange style might just populate the Envelope as the message. An application-specific payload-oriented message exchange would handle a specific type of payload structure.