Apache CXF API

org.apache.cxf.binding.soap.interceptor
Class SoapOutInterceptor.SOAPHeaderWriter

java.lang.Object
  extended by org.apache.cxf.staxutils.DelegatingXMLStreamWriter
      extended by org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
All Implemented Interfaces:
XMLStreamWriter
Enclosing class:
SoapOutInterceptor

public static class SoapOutInterceptor.SOAPHeaderWriter
extends DelegatingXMLStreamWriter


Field Summary
 
Fields inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
delegate
 
Constructor Summary
SoapOutInterceptor.SOAPHeaderWriter(XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx)
           
 
Method Summary
 void writeAttribute(String uri, String local, String value)
           
 void writeAttribute(String prefix, String uri, String local, String value)
           
 void writeStartElement(String arg0)
           
 void writeStartElement(String arg0, String arg1)
           
 void writeStartElement(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapOutInterceptor.SOAPHeaderWriter

public SoapOutInterceptor.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:
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 API

Apache CXF