public class ETHandler extends Object
| Constructor and Description |
|---|
ETHandler(com.sun.xml.ws.api.SOAPVersion soapVersion)
Creates a new instance of MessageETHandler
|
| Modifier and Type | Method and Description |
|---|---|
List |
buildEDList(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected SecurityHeaderElement |
handleURI(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected Data |
toData(Object header,
boolean contentOnly,
JAXBFilterProcessingContext context) |
protected SecurityHeaderElement |
toMessageHeader(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
Object header,
KeyInfo ki,
boolean isEncryptedHeaders) |
public ETHandler(com.sun.xml.ws.api.SOAPVersion soapVersion)
public List buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) throws XWSSecurityException
XWSSecurityExceptionprotected SecurityHeaderElement handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) throws XWSSecurityException
XWSSecurityExceptionprotected SecurityHeaderElement toMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders) throws XWSSecurityException
XWSSecurityExceptionprotected Data toData(Object header, boolean contentOnly, JAXBFilterProcessingContext context) throws XWSSecurityException
XWSSecurityExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.