Interface RoleBearing

  • All Known Subinterfaces:
    EncryptedHeader

    public interface RoleBearing
    Interface for element having a @soap12:role attribute.
    • Field Detail

      • SOAP12_ROLE_ATTR_LOCAL_NAME

        static final String SOAP12_ROLE_ATTR_LOCAL_NAME
        The soap12:@role attribute local name.
        See Also:
        Constant Field Values
      • SOAP12_ROLE_ATTR_NAME

        static final QName SOAP12_ROLE_ATTR_NAME
        The soap12:@role qualified attribute name.
    • Method Detail

      • getSOAP12Role

        @Nullable
        String getSOAP12Role()
        Get the attribute value.
        Returns:
        return the attribute vlue
      • setSOAP12Role

        void setSOAP12Role​(@Nullable
                           String newRole)
        Set the attribute value.
        Parameters:
        newRole - the new attribute value