|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.util.xml.XMLStreamWriterFilter
com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
public static class MtomCodec.MtomStreamWriterImpl
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.util.xml.XMLStreamWriterFilter |
---|
writer |
Constructor Summary | |
---|---|
MtomCodec.MtomStreamWriterImpl(javax.xml.stream.XMLStreamWriter w,
List<MtomCodec.ByteArrayBuffer> mtomAttachments,
String b,
MTOMFeature myMtomFeature)
|
Method Summary | |
---|---|
AttachmentMarshaller |
getAttachmentMarshaller()
JAXBMessage writes envelope directly to the OutputStream(for SJSXP, woodstox). |
String |
getEncoding()
|
List<MtomCodec.ByteArrayBuffer> |
getMtomAttachments()
|
org.jvnet.staxex.NamespaceContextEx |
getNamespaceContext()
|
Object |
getProperty(String name)
|
void |
writeBinary(byte[] data,
int start,
int len,
String contentType)
|
void |
writeBinary(javax.activation.DataHandler dataHandler)
|
OutputStream |
writeBinary(String contentType)
|
void |
writePCDATA(CharSequence data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.stream.XMLStreamWriter |
---|
close, flush, getPrefix, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement |
Constructor Detail |
---|
public MtomCodec.MtomStreamWriterImpl(javax.xml.stream.XMLStreamWriter w, List<MtomCodec.ByteArrayBuffer> mtomAttachments, String b, MTOMFeature myMtomFeature)
Method Detail |
---|
public void writeBinary(byte[] data, int start, int len, String contentType) throws javax.xml.stream.XMLStreamException
writeBinary
in interface org.jvnet.staxex.XMLStreamWriterEx
javax.xml.stream.XMLStreamException
public void writeBinary(javax.activation.DataHandler dataHandler) throws javax.xml.stream.XMLStreamException
writeBinary
in interface org.jvnet.staxex.XMLStreamWriterEx
javax.xml.stream.XMLStreamException
public OutputStream writeBinary(String contentType) throws javax.xml.stream.XMLStreamException
writeBinary
in interface org.jvnet.staxex.XMLStreamWriterEx
javax.xml.stream.XMLStreamException
public void writePCDATA(CharSequence data) throws javax.xml.stream.XMLStreamException
writePCDATA
in interface org.jvnet.staxex.XMLStreamWriterEx
javax.xml.stream.XMLStreamException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in interface javax.xml.stream.XMLStreamWriter
getProperty
in class XMLStreamWriterFilter
IllegalArgumentException
public AttachmentMarshaller getAttachmentMarshaller()
getAttachmentMarshaller
in interface MtomStreamWriter
public List<MtomCodec.ByteArrayBuffer> getMtomAttachments()
public String getEncoding()
getEncoding
in interface HasEncoding
public org.jvnet.staxex.NamespaceContextEx getNamespaceContext()
getNamespaceContext
in interface javax.xml.stream.XMLStreamWriter
getNamespaceContext
in interface org.jvnet.staxex.XMLStreamWriterEx
getNamespaceContext
in class XMLStreamWriterFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |