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>

Author:
K.Venugopal@sun.com

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

Method Detail

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.