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(XMLStreamWriter xmlStreamWriter,
String encoding)
This method is the entry point for the incoming security-engine.
|
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 occursCopyright © 2000–2024 The Apache Software Foundation. All rights reserved.