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