Class SAAJStreamWriter

  • All Implemented Interfaces:
    XMLStreamWriter

    public final class SAAJStreamWriter
    extends org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
    • Field Summary

      • Fields inherited from class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter

        isOverlaid
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void adjustOverlaidNode​(Node nd2, String pfx)  
      protected void createAndAddElement​(String prefix, String local, String namespace)  
      protected Element createElementNS​(String ns, String pfx, String local)  
      String getPrefix​(String nsuri)  
      • Methods inherited from class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter

        writeCharacters, writeEndElement, writeStartElement, writeStartElement, writeStartElement
      • Methods inherited from class org.apache.cxf.staxutils.W3CDOMStreamWriter

        close, flush, getCurrentFragment, getCurrentNode, getDocument, getNamespaceContext, getProperty, isNsRepairing, newChild, setChild, setDefaultNamespace, setNamespaceContext, setNsRepairing, setPrefix, setProperties, toString, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument
    • Constructor Detail

      • SAAJStreamWriter

        public SAAJStreamWriter​(javax.xml.soap.SOAPPart part)
      • SAAJStreamWriter

        public SAAJStreamWriter​(javax.xml.soap.SOAPPart part,
                                Element current)
      • SAAJStreamWriter

        public SAAJStreamWriter​(javax.xml.soap.SOAPEnvelope env,
                                DocumentFragment frag)
      • SAAJStreamWriter

        public SAAJStreamWriter​(javax.xml.soap.SOAPEnvelope env,
                                Element cur)
    • Method Detail

      • adjustOverlaidNode

        protected void adjustOverlaidNode​(Node nd2,
                                          String pfx)
        Overrides:
        adjustOverlaidNode in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
      • createAndAddElement

        protected void createAndAddElement​(String prefix,
                                           String local,
                                           String namespace)
        Overrides:
        createAndAddElement in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
      • createElementNS

        protected Element createElementNS​(String ns,
                                          String pfx,
                                          String local)
        Overrides:
        createElementNS in class org.apache.cxf.staxutils.W3CDOMStreamWriter