org.apache.cxf.binding.soap.saaj
Class SAAJStreamWriter
java.lang.Object
org.apache.cxf.staxutils.W3CDOMStreamWriter
org.apache.cxf.binding.soap.saaj.SAAJStreamWriter
- All Implemented Interfaces:
- javax.xml.stream.XMLStreamWriter
public final class SAAJStreamWriter
- extends W3CDOMStreamWriter
Methods inherited from class org.apache.cxf.staxutils.W3CDOMStreamWriter |
close, flush, getCurrentFragment, getCurrentNode, getDocument, getNamespaceContext, getPrefix, getProperty, isNsRepairing, newChild, setChild, setDefaultNamespace, setNamespaceContext, setNsRepairing, setPrefix, setProperties, toString, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement |
SAAJStreamWriter
public SAAJStreamWriter(javax.xml.soap.SOAPPart part)
SAAJStreamWriter
public SAAJStreamWriter(javax.xml.soap.SOAPPart part,
Element current)
createAndAddElement
protected void createAndAddElement(String prefix,
String local,
String namespace)
- Overrides:
createAndAddElement
in class W3CDOMStreamWriter
Apache CXF