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:
javax.xml.stream.XMLStreamWriter
Enclosing class:
SoapOutInterceptor

public static class SoapOutInterceptor.SOAPHeaderWriter
extends DelegatingXMLStreamWriter


Constructor Summary
SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.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(javax.xml.stream.XMLStreamWriter writer,
                                           SoapHeader header,
                                           SoapVersion version,
                                           String pfx)
Method Detail

writeAttribute

public void writeAttribute(String prefix,
                           String uri,
                           String local,
                           String value)
                    throws javax.xml.stream.XMLStreamException
Specified by:
writeAttribute in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeAttribute in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

writeAttribute

public void writeAttribute(String uri,
                           String local,
                           String value)
                    throws javax.xml.stream.XMLStreamException
Specified by:
writeAttribute in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeAttribute in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

writeStartElement

public void writeStartElement(String arg0,
                              String arg1,
                              String arg2)
                       throws javax.xml.stream.XMLStreamException
Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeStartElement in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

writeStartElement

public void writeStartElement(String arg0,
                              String arg1)
                       throws javax.xml.stream.XMLStreamException
Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeStartElement in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

writeStartElement

public void writeStartElement(String arg0)
                       throws javax.xml.stream.XMLStreamException
Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeStartElement in class DelegatingXMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

Apache CXF API

Apache CXF