Package com.sun.xml.ws.security.policy
Interface EncryptedElements
-
- All Superinterfaces:
Target
- All Known Implementing Classes:
EncryptedElements
public interface EncryptedElements extends Target
Indentifies target elements in the SOAPMessage that need to be confidentiality protected.<xmp> <sp:EncryptedElements XPathVersion="xs:anyURI"? ... > <sp:XPath>xs:string</sp:XPath>+ ... </sp:EncryptedElements> </xmp>- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<String>getTargets()targets that needs to be confidentiality protected if present in the message.StringgetXPathVersion()Returns XPath Version in use.
-