public static class SoapOutInterceptor.SOAPHeaderWriter extends DelegatingXMLStreamWriter
delegate
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, writeStartDocument
public 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 XMLStreamWriter
writeAttribute
in class DelegatingXMLStreamWriter
XMLStreamException
public void writeAttribute(String uri, String local, String value) throws XMLStreamException
writeAttribute
in interface XMLStreamWriter
writeAttribute
in class DelegatingXMLStreamWriter
XMLStreamException
public void writeStartElement(String arg0, String arg1, String arg2) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
writeStartElement
in class DelegatingXMLStreamWriter
XMLStreamException
public void writeStartElement(String arg0, String arg1) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
writeStartElement
in class DelegatingXMLStreamWriter
XMLStreamException
public void writeStartElement(String arg0) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
writeStartElement
in class DelegatingXMLStreamWriter
XMLStreamException
Apache CXF