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:
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.RecycleAware,com.sun.xml.ws.streaming.MtomStreamWriter,XMLStreamWriter,org.jvnet.staxex.XMLStreamWriterEx
public class CustomStreamWriterImpl
extends com.sun.xml.ws.util.xml.XMLStreamWriterFilter
implements org.jvnet.staxex.XMLStreamWriterEx, com.sun.xml.ws.streaming.MtomStreamWriter
- Author:
- suresh
-
Field Summary
FieldsFields inherited from class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.attachment.AttachmentMarshallerorg.jvnet.staxex.NamespaceContextExvoidwriteBinary(byte[] arg0, int arg1, int arg2, String arg3) voidwriteBinary(jakarta.activation.DataHandler dh) writeBinary(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, writeStartElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Field Details
-
sw
protected org.jvnet.staxex.XMLStreamWriterEx sw
-
-
Constructor Details
-
CustomStreamWriterImpl
-
-
Method Details
-
writeBinary
- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writeBinary
- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writeBinary
- Specified by:
writeBinaryin interfaceorg.jvnet.staxex.XMLStreamWriterEx- Throws:
XMLStreamException
-
writePCDATA
- 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 classcom.sun.xml.ws.util.xml.XMLStreamWriterFilter
-
getAttachmentMarshaller
public jakarta.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()- Specified by:
getAttachmentMarshallerin interfacecom.sun.xml.ws.streaming.MtomStreamWriter
-