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 Details

    • sw

      protected org.jvnet.staxex.XMLStreamWriterEx sw
  • Constructor Details

    • CustomStreamWriterImpl

      public CustomStreamWriterImpl(XMLStreamWriter sw)
  • Method Details

    • writeBinary

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

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

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

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

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

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