public static class SoapOutInterceptor.SOAPHeaderWriter extends DelegatingXMLStreamWriter
delegate| Constructor and Description |
|---|
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 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 DelegatingXMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String uri, String local, String value) throws XMLStreamException
writeAttribute in interface XMLStreamWriterwriteAttribute in class DelegatingXMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String arg0, String arg1, String arg2) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class DelegatingXMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String arg0, String arg1) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class DelegatingXMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String arg0) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class DelegatingXMLStreamWriterXMLStreamExceptionApache CXF