Package com.sun.xml.ws.security.opt.api
Interface SecuredHeader
-
- All Known Implementing Classes:
GenericSecuredHeader
public interface SecuredHeaderrepresents a SOAP/Security Header that is either signed or encrypted.- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasID(String id)
-
-
-
Method Detail
-
hasID
boolean hasID(String id)
- Parameters:
id- true if the SecuredHeader refers to id.- Returns:
-
-