Class SoapOutInterceptor.SOAPHeaderWriter
java.lang.Object
org.apache.cxf.staxutils.DelegatingXMLStreamWriter
org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
- All Implemented Interfaces:
XMLStreamWriter
- Enclosing class:
- SoapOutInterceptor
public static class SoapOutInterceptor.SOAPHeaderWriter
extends org.apache.cxf.staxutils.DelegatingXMLStreamWriter
-
Field Summary
Fields inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
delegate -
Constructor Summary
ConstructorsConstructorDescriptionSOAPHeaderWriter(XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteAttribute(String uri, String local, String value) voidwriteAttribute(String prefix, String uri, String local, String value) voidwriteStartElement(String arg0) voidwriteStartElement(String arg0, String arg1) voidwriteStartElement(String arg0, String arg1, String arg2) Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
close, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument
-
Constructor Details
-
SOAPHeaderWriter
-
-
Method Details
-
writeAttribute
public void writeAttribute(String prefix, String uri, String local, String value) throws XMLStreamException - Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeAttribute
- Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-