com.sun.xml.ws.streaming
Interface MtomStreamWriter

All Known Implementing Classes:
CustomStreamWriterImpl

Deprecated. use org.jvnet.staxex.util.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.

Author:
Jitendra Kotamraju
See Also:
JAXBMessage, MtomCodec

Method Summary
 AttachmentMarshaller getAttachmentMarshaller()
          Deprecated.  
 

Method Detail

getAttachmentMarshaller

AttachmentMarshaller getAttachmentMarshaller()
Deprecated. 


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.