Package internal.org.jvnet.staxex.util
Interface MtomStreamWriter
-
public interface MtomStreamWriterAXMLStreamWriterthat used for MTOM encoding may provide its ownAttachmentMarshaller. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentMarshallergetAttachmentMarshaller()
-
-
-
Method Detail
-
getAttachmentMarshaller
AttachmentMarshaller getAttachmentMarshaller()
-
-