public interface EncryptedParts extends Target
<xmp>
<sp:EncryptedParts ... >
<sp:Body/>?
<sp:Header Name="xs:NCName"? Namespace="xs:anyURI" ... />*
...
</sp:EncryptedParts>
</xmp>
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getTargets()
returns list of SOAP Headers that need to protected.
|
boolean |
hasAttachments() |
boolean |
hasBody() |
void |
removeBody()
removes SOAP Body from the list of targets to be confidentiality protected.
|
boolean hasBody()
boolean hasAttachments()
Iterator getTargets()
Iterator over the list of SOAP Headersvoid removeBody()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.