com.sun.xml.ws.streaming
Interface MtomStreamWriter


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.

See Also:
JAXBMessage, MtomCodec

Method Summary
 javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
          Deprecated.  
 

Method Detail

getAttachmentMarshaller

javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
Deprecated. 


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.