Class ETHandler
java.lang.Object
com.sun.xml.ws.security.opt.impl.message.ETHandler
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionETHandler(com.sun.xml.ws.api.SOAPVersion soapVersion) Creates a new instance of MessageETHandler -
Method Summary
Modifier and TypeMethodDescriptionbuildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) protected SecurityHeaderElementhandleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) protected DatatoData(Object header, boolean contentOnly, JAXBFilterProcessingContext context) protected SecurityHeaderElementtoMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders)
-
Constructor Details
-
ETHandler
public ETHandler(com.sun.xml.ws.api.SOAPVersion soapVersion) Creates a new instance of MessageETHandler
-
-
Method Details
-
buildEDList
public List buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) throws XWSSecurityException - Throws:
XWSSecurityException
-
handleURI
protected SecurityHeaderElement handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) throws XWSSecurityException - Throws:
XWSSecurityException
-
toMessageHeader
protected SecurityHeaderElement toMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders) throws XWSSecurityException - Throws:
XWSSecurityException
-
toData
protected Data toData(Object header, boolean contentOnly, JAXBFilterProcessingContext context) throws XWSSecurityException - Throws:
XWSSecurityException
-