| java.lang.Object com.sun.xml.ws.security.opt.impl.message.ETHandler
ETHandler | public class ETHandler (Code) | | author: K.Venugopal@sun.com |
Constructor Summary | |
public | ETHandler(SOAPVersion soapVersion) |
Method Summary | |
public 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) |
ETHandler | public ETHandler(SOAPVersion soapVersion)(Code) | | Creates a new instance of MessageETHandler
|
|
|