Class ETHandler
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.message.ETHandler
-
public class ETHandler extends Object
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description ETHandler(SOAPVersion soapVersion)Creates a new instance of MessageETHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListbuildEDList(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 Detail
-
ETHandler
public ETHandler(SOAPVersion soapVersion)
Creates a new instance of MessageETHandler
-
-
Method Detail
-
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
-
-