public interface SignedParts extends Target
Syntax:
<xmp>
<sp:SignedParts ... >
<sp:Body />?
<sp:Header Name="xs:NCName"? Namespace="xs:anyURI" ... />*
...
</sp:SignedParts>
</xmp>
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentProtectionType() |
Iterator |
getHeaders()
Iterator over list of Headers that identify targets in the SOAP header
to be integrity protected. |
boolean |
hasAttachments() |
boolean |
hasBody() |
boolean hasBody()
boolean hasAttachments()
String attachmentProtectionType()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.