com.sun.xml.security.core.dsig
Class CustomStreamWriterImpl

java.lang.Object
  extended by com.sun.xml.ws.util.xml.XMLStreamWriterFilter
      extended by com.sun.xml.security.core.dsig.CustomStreamWriterImpl
All Implemented Interfaces:
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.RecycleAware, com.sun.xml.ws.streaming.MtomStreamWriter, javax.xml.stream.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
protected  org.jvnet.staxex.XMLStreamWriterEx sw
           
 
Fields inherited from class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
writer
 
Constructor Summary
CustomStreamWriterImpl(javax.xml.stream.XMLStreamWriter sw)
           
 
Method Summary
 javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
           
 org.jvnet.staxex.NamespaceContextEx getNamespaceContext()
           
 void writeBinary(byte[] arg0, int arg1, int arg2, String arg3)
           
 void writeBinary(javax.activation.DataHandler dh)
           
 OutputStream writeBinary(String arg0)
           
 void writePCDATA(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
 

Field Detail

sw

protected org.jvnet.staxex.XMLStreamWriterEx sw
Constructor Detail

CustomStreamWriterImpl

public CustomStreamWriterImpl(javax.xml.stream.XMLStreamWriter sw)
Method Detail

writeBinary

public void writeBinary(byte[] arg0,
                        int arg1,
                        int arg2,
                        String arg3)
                 throws javax.xml.stream.XMLStreamException
Specified by:
writeBinary in interface org.jvnet.staxex.XMLStreamWriterEx
Throws:
javax.xml.stream.XMLStreamException

writeBinary

public void writeBinary(javax.activation.DataHandler dh)
                 throws javax.xml.stream.XMLStreamException
Specified by:
writeBinary in interface org.jvnet.staxex.XMLStreamWriterEx
Throws:
javax.xml.stream.XMLStreamException

writeBinary

public OutputStream writeBinary(String arg0)
                         throws javax.xml.stream.XMLStreamException
Specified by:
writeBinary in interface org.jvnet.staxex.XMLStreamWriterEx
Throws:
javax.xml.stream.XMLStreamException

writePCDATA

public void writePCDATA(CharSequence data)
                 throws javax.xml.stream.XMLStreamException
Specified by:
writePCDATA in interface org.jvnet.staxex.XMLStreamWriterEx
Throws:
javax.xml.stream.XMLStreamException

getNamespaceContext

public org.jvnet.staxex.NamespaceContextEx getNamespaceContext()
Specified by:
getNamespaceContext in interface javax.xml.stream.XMLStreamWriter
Specified by:
getNamespaceContext in interface org.jvnet.staxex.XMLStreamWriterEx
Overrides:
getNamespaceContext in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter

getAttachmentMarshaller

public javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
Specified by:
getAttachmentMarshaller in interface com.sun.xml.ws.streaming.MtomStreamWriter


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.