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
-
-
Constructor Summary
Constructors Constructor Description SOAPHeaderWriter(XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteAttribute(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 Detail
-
SOAPHeaderWriter
public SOAPHeaderWriter(XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx)
-
-
Method Detail
-
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
public void writeAttribute(String uri, String local, String value) throws XMLStreamException
- Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
public void writeStartElement(String arg0, String arg1, String arg2) throws XMLStreamException
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
public void writeStartElement(String arg0, String arg1) throws XMLStreamException
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
writeStartElement
public void writeStartElement(String arg0) throws XMLStreamException
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classorg.apache.cxf.staxutils.DelegatingXMLStreamWriter- Throws:
XMLStreamException
-
-