public class OutboundWSSec extends Object
Constructor and Description |
---|
OutboundWSSec(WSSSecurityProperties securityProperties) |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriter |
processOutMessage(Object output,
String encoding,
org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext) |
XMLStreamWriter |
processOutMessage(OutputStream outputStream,
String encoding,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(OutputStream outputStream,
String encoding,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents,
org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents,
org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener)
This method is the entry point for the incoming security-engine.
|
XMLStreamWriter |
processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding,
org.apache.xml.security.stax.ext.OutboundSecurityContext outbounSecurityContext)
This method is the entry point for the incoming security-engine.
|
public OutboundWSSec(WSSSecurityProperties securityProperties)
public XMLStreamWriter processOutMessage(OutputStream outputStream, String encoding, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents) throws WSSecurityException
outputStream
- The original outputStreamWSSecurityException
- thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents) throws WSSecurityException
xmlStreamWriter
- The original xmlStreamWriterWSSecurityException
- thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(OutputStream outputStream, String encoding, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents, org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener) throws WSSecurityException
outputStream
- The original outputStreamWSSecurityException
- thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents, org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener) throws WSSecurityException
xmlStreamWriter
- The original outputStreamWSSecurityException
- thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding, org.apache.xml.security.stax.ext.OutboundSecurityContext outbounSecurityContext) throws WSSecurityException
xmlStreamWriter
- The original outputStreamWSSecurityException
- thrown when a Security failure occurspublic XMLStreamWriter processOutMessage(Object output, String encoding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext) throws WSSecurityException
WSSecurityException
Copyright © 2017 JBoss by Red Hat. All rights reserved.