public class OutboundXMLSec extends Object
| Constructor and Description |
|---|
OutboundXMLSec(XMLSecurityProperties securityProperties) |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamWriter |
processOutMessage(OutputStream outputStream,
String encoding)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(OutputStream outputStream,
String encoding,
SecurityEventListener eventListener) |
XMLStreamWriter |
processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding,
SecurityEventListener eventListener) |
public OutboundXMLSec(XMLSecurityProperties securityProperties)
public XMLStreamWriter processOutMessage(OutputStream outputStream, String encoding) throws XMLSecurityException
outputStream - The original outputStreamXMLSecurityException - thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding) throws XMLSecurityException
xmlStreamWriter - The original xmlStreamWriterXMLSecurityException - thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(OutputStream outputStream, String encoding, SecurityEventListener eventListener) throws XMLSecurityException
XMLSecurityExceptionpublic XMLStreamWriter processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding, SecurityEventListener eventListener) throws XMLSecurityException
XMLSecurityExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.