Package org.jvnet.staxex.util
Interface MtomStreamWriter
- All Known Implementing Classes:
MtomCodec.MtomStreamWriterImpl,SaajStaxWriterEx
public interface MtomStreamWriter
A
XMLStreamWriter that used for MTOM encoding may provide its own
AttachmentMarshaller. The marshaller could do processing based on
MTOM threshold, and make decisions about inlining the attachment data or not.
See also JAXBMessage and MtomCodec.- Author:
- Jitendra Kotamraju
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.attachment.AttachmentMarshaller
-
Method Details
-
getAttachmentMarshaller
javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
-