public static class SoapOutInterceptor.SOAPHeaderWriter
extends org.apache.cxf.staxutils.DelegatingXMLStreamWriter
| Constructor and Description |
|---|
SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.XMLStreamWriter writer,
SoapHeader header,
SoapVersion version,
String pfx) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, writeStartDocumentpublic SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.XMLStreamWriter writer, SoapHeader header, SoapVersion version, String pfx)
public void writeAttribute(String prefix, String uri, String local, String value) throws javax.xml.stream.XMLStreamException
writeAttribute in interface javax.xml.stream.XMLStreamWriterwriteAttribute in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeAttribute(String uri, String local, String value) throws javax.xml.stream.XMLStreamException
writeAttribute in interface javax.xml.stream.XMLStreamWriterwriteAttribute in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeStartElement(String arg0, String arg1, String arg2) throws javax.xml.stream.XMLStreamException
writeStartElement in interface javax.xml.stream.XMLStreamWriterwriteStartElement in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeStartElement(String arg0, String arg1) throws javax.xml.stream.XMLStreamException
writeStartElement in interface javax.xml.stream.XMLStreamWriterwriteStartElement in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeStartElement(String arg0) throws javax.xml.stream.XMLStreamException
writeStartElement in interface javax.xml.stream.XMLStreamWriterwriteStartElement in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionApache CXF