Package com.sun.xml.security.core.dsig
Class CustomStreamWriterImpl
- java.lang.Object
-
- com.sun.xml.ws.util.xml.XMLStreamWriterFilter
-
- com.sun.xml.security.core.dsig.CustomStreamWriterImpl
-
- All Implemented Interfaces:
XMLStreamWriterFactory.RecycleAware,MtomStreamWriter,XMLStreamWriter,org.jvnet.staxex.XMLStreamWriterEx
public class CustomStreamWriterImpl extends XMLStreamWriterFilter implements org.jvnet.staxex.XMLStreamWriterEx, MtomStreamWriter
- Author:
- suresh
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jvnet.staxex.XMLStreamWriterExsw-
Fields inherited from class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
writer
-
-
Constructor Summary
Constructors Constructor Description CustomStreamWriterImpl(XMLStreamWriter sw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.attachment.AttachmentMarshallergetAttachmentMarshaller()org.jvnet.staxex.NamespaceContextExgetNamespaceContext()voidwriteBinary(byte[] arg0, int arg1, int arg2, String arg3)voidwriteBinary(jakarta.activation.DataHandler dh)OutputStreamwriteBinary(String arg0)voidwritePCDATA(CharSequence data)-
Methods inherited from class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
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, writeStartElement
-
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, 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, writeStartElement
-
-
-
-
Constructor Detail
-
CustomStreamWriterImpl
public CustomStreamWriterImpl(XMLStreamWriter sw)
-
-
Method Detail
-
writeBinary
public void writeBinary(byte[] arg0, int arg1, int arg2, String arg3) throws XMLStreamException- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writeBinary
public void writeBinary(jakarta.activation.DataHandler dh) throws XMLStreamException- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writeBinary
public OutputStream writeBinary(String arg0) throws XMLStreamException
- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writePCDATA
public void writePCDATA(CharSequence data) throws XMLStreamException
- Specified by:
writePCDATAin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
getNamespaceContext
public org.jvnet.staxex.NamespaceContextEx getNamespaceContext()
- Specified by:
getNamespaceContextin interfaceXMLStreamWriter- Specified by:
getNamespaceContextin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Overrides:
getNamespaceContextin classXMLStreamWriterFilter
-
getAttachmentMarshaller
public jakarta.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
- Specified by:
getAttachmentMarshallerin interfaceMtomStreamWriter
-
-