com.sun.xml.ws.security.opt.impl.message
Class ETHandler

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.message.ETHandler

public class ETHandler
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
ETHandler(SOAPVersion soapVersion)
          Creates a new instance of MessageETHandler
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.