Package org.jvnet.staxex.util
Interface MtomStreamWriter
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:
-
Method Summary
-
Method Details
-
getAttachmentMarshaller
AttachmentMarshaller getAttachmentMarshaller()
-