Interface StreamSOAPCodec

All Superinterfaces:
Codec
All Known Implementing Classes:
LazyStreamCodec, StreamSOAPCodec

public interface StreamSOAPCodec extends Codec
Reads events from XMLStreamReader and constructs a Message for SOAP envelope. Codecs allows a way to construct a whole codec that can handle MTOM, MIME encoded packages using this codec.
Author:
Jitendra Kotamraju
See Also: