public class CustomStreamWriterImpl
extends com.sun.xml.ws.util.xml.XMLStreamWriterFilter
implements org.jvnet.staxex.XMLStreamWriterEx, com.sun.xml.ws.streaming.MtomStreamWriter
| Modifier and Type | Field and Description |
|---|---|
protected org.jvnet.staxex.XMLStreamWriterEx |
sw |
| Constructor and Description |
|---|
CustomStreamWriterImpl(XMLStreamWriter sw) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentMarshaller |
getAttachmentMarshaller() |
org.jvnet.staxex.NamespaceContextEx |
getNamespaceContext() |
void |
writeBinary(byte[] arg0,
int arg1,
int arg2,
String arg3) |
void |
writeBinary(DataHandler dh) |
OutputStream |
writeBinary(String arg0) |
void |
writePCDATA(CharSequence data) |
close, flush, getPrefix, getProperty, onRecycled, 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, writeStartElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, getPrefix, getProperty, 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, writeStartElementpublic CustomStreamWriterImpl(XMLStreamWriter sw)
public void writeBinary(byte[] arg0,
int arg1,
int arg2,
String arg3)
throws XMLStreamException
writeBinary in interface org.jvnet.staxex.XMLStreamWriterExXMLStreamExceptionpublic void writeBinary(DataHandler dh) throws XMLStreamException
writeBinary in interface org.jvnet.staxex.XMLStreamWriterExXMLStreamExceptionpublic OutputStream writeBinary(String arg0) throws XMLStreamException
writeBinary in interface org.jvnet.staxex.XMLStreamWriterExXMLStreamExceptionpublic void writePCDATA(CharSequence data) throws XMLStreamException
writePCDATA in interface org.jvnet.staxex.XMLStreamWriterExXMLStreamExceptionpublic org.jvnet.staxex.NamespaceContextEx getNamespaceContext()
getNamespaceContext in interface XMLStreamWritergetNamespaceContext in interface org.jvnet.staxex.XMLStreamWriterExgetNamespaceContext in class com.sun.xml.ws.util.xml.XMLStreamWriterFilterpublic AttachmentMarshaller getAttachmentMarshaller()
getAttachmentMarshaller in interface com.sun.xml.ws.streaming.MtomStreamWriterCopyright © 2005–2018 Oracle Corporation. All rights reserved.