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
  • Field Summary

    Fields inherited from interface com.sun.xml.ws.security.policy.Target

    SOAP_BODY
  • Method Summary

    Modifier and Type
    Method
    Description
    targets that needs to be confidentiality protected if present in the message.
    Returns XPath Version in use.
  • Method Details

    • getXPathVersion

      String getXPathVersion()
      Returns XPath Version in use.
      Returns:
      xpath version
    • getTargets

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