FileDocCategorySizeDatePackage
SignedParts.javaAPI DocExample2930Tue May 29 16:56:52 BST 2007com.sun.xml.ws.security.policy

SignedParts

public interface SignedParts implements Target
This interface identifies targets in the message that need to be integrity protected. The targets if present should be integrity protected.

Syntax:


<sp:SignedParts ... >
<sp:Body />?
<sp:Header Name="xs:NCName"? Namespace="xs:anyURI" ... />*
...
</sp:SignedParts>
 
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
Methods Summary
public java.util.IteratorgetHeaders()
{@link java.util.Iterator } over list of Headers that identify targets in the SOAP header to be integrity protected.

return
{@link java.util.Iterator }

public booleanhasBody()

return
true if the body is to be integrity protected.