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.


      <sp:EncryptedElements XPathVersion="xs:anyURI"? ... > 
          <sp:XPath>xs:string</sp:XPath>+ 
              ...
      </sp:EncryptedElements>


Field Summary
 
Fields inherited from interface com.sun.xml.ws.security.policy.Target
SOAP_BODY
 
Method Summary
 java.util.Iterator<java.lang.String> getTargets()
          targets that needs to be confidentiality protected if present in the message.
 java.lang.String getXPathVersion()
          Returns XPath Version in use.
 

Method Detail

getXPathVersion

java.lang.String getXPathVersion()
Returns XPath Version in use.

Returns:
xpath version

getTargets

java.util.Iterator<java.lang.String> getTargets()
targets that needs to be confidentiality protected if present in the message.

Returns:
Iterator