Skip navigation links
com.sun.xml.ws.security.policy

Interface SignedParts

    • Method Detail

      • hasBody

        boolean hasBody()
        Returns:
        true if the body is to be integrity protected.
      • hasAttachments

        boolean hasAttachments()
        Returns:
        true if the attachments are to be integrity protected
      • attachmentProtectionType

        String attachmentProtectionType()
        Returns:
        the URI of transform to be applied on attachment, the default is Attachment-Complete-Transform
      • getHeaders

        Iterator getHeaders()
        Iterator over list of Headers that identify targets in the SOAP header to be integrity protected.
        Returns:
        Iterator

Copyright © 2005–2018 Oracle Corporation. All rights reserved.