Package com.sun.xml.ws.security.policy
Interface SignedElements
-
- All Superinterfaces:
Target
- All Known Implementing Classes:
SignedElements
public interface SignedElements extends Target
Identifies list of elements in the SOAP Message that need to be integrity protected.Syntax:
<xmp> <sp:SignedElements XPathVersion="xs:anyURI"? ... > <sp:XPath>xs:string</sp:XPath>+ ... </sp:SignedElements> </xmp>
- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<String>
getTargets()
returns aIterator
over list target elements.
-