com.sun.xml.ws.streaming
Interface MtomStreamWriter
- All Known Implementing Classes:
- CustomStreamWriterImpl, MtomCodec.MtomStreamWriterImpl
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.
- Author:
- Jitendra Kotamraju
- See Also:
JAXBMessage,
MtomCodec
getAttachmentMarshaller
AttachmentMarshaller getAttachmentMarshaller()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.