org.apache.cxf.binding.soap.interceptor
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 DelegatingXMLStreamWriter
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapOutInterceptor.SOAPHeaderWriter
public SoapOutInterceptor.SOAPHeaderWriter(XMLStreamWriter writer,
SoapHeader header,
SoapVersion version,
String pfx)
writeAttribute
public void writeAttribute(String prefix,
String uri,
String local,
String value)
throws XMLStreamException
- Specified by:
writeAttribute
in interface XMLStreamWriter
- Overrides:
writeAttribute
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String uri,
String local,
String value)
throws XMLStreamException
- Specified by:
writeAttribute
in interface XMLStreamWriter
- Overrides:
writeAttribute
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String arg0,
String arg1,
String arg2)
throws XMLStreamException
- Specified by:
writeStartElement
in interface XMLStreamWriter
- Overrides:
writeStartElement
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeStartElement
in interface XMLStreamWriter
- Overrides:
writeStartElement
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String arg0)
throws XMLStreamException
- Specified by:
writeStartElement
in interface XMLStreamWriter
- Overrides:
writeStartElement
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
Apache CXF