FileDocCategorySizeDatePackage
EncryptedParts.javaAPI DocExample2912Tue May 29 16:56:50 BST 2007com.sun.xml.ws.security.policy

EncryptedParts

public interface EncryptedParts implements Target
Identifies targets that if present in the message should be confidentiality protected.


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

Fields Summary
Constructors Summary
Methods Summary
public java.util.IteratorgetTargets()
returns list of SOAP Headers that need to protected.

return
{@link java.util.Iterator} over the list of SOAP Headers

public booleanhasBody()

return
true if the body is part of the target list.

public voidremoveBody()
removes SOAP Body from the list of targets to be confidentiality protected.