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:
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
    returns a Iterator over list target elements.
  • Method Details