Package com.sun.xml.ws.streaming
Interface MtomStreamWriter
- All Known Implementing Classes:
CustomStreamWriterImpl
public interface MtomStreamWriter
Deprecated.
use org.jvnet.staxex.util.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:
-
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.attachment.AttachmentMarshallerDeprecated.
-
Method Details
-
getAttachmentMarshaller
javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()Deprecated.
-