com.sun.xml.ws.security.opt.api
Interface SecuredHeader

All Known Implementing Classes:
GenericSecuredHeader

public interface SecuredHeader

represents a SOAP/Security Header that is either signed or encrypted.

Author:
K.Venugopal@sun.com

Method Summary
 boolean hasID(String id)
           
 

Method Detail

hasID

boolean hasID(String id)
Parameters:
id - true if the SecuredHeader refers to id.
Returns:


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