Interface RootOnlyCodec

All Superinterfaces:
Codec
All Known Implementing Classes:
StreamSOAPCodec

public interface RootOnlyCodec extends Codec
Codec that works only on the root part of the MIME/multipart. It doesn't work on the attachment parts, so it takes AttachmentSet as an argument and creates a corresponding Message. This enables attachments to be parsed lazily by wrapping the mimepull parser into an AttachmentSet
Author:
Jitendra Kotamraju