Interface Response

All Superinterfaces:
ActorBearing, MustUnderstandBearing, XMLObject
All Known Implementing Classes:
ResponseImpl

public interface Response extends XMLObject, MustUnderstandBearing, ActorBearing
Liberty PAOS Response SOAP header.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
    • REF_TO_MESSAGE_ID_ATTRIB_NAME

      @Nonnull @NotEmpty static final String REF_TO_MESSAGE_ID_ATTRIB_NAME
      messageID attribute name.
      See Also:
  • Method Details

    • getRefToMessageID

      @Nullable String getRefToMessageID()
      Get the refToMessageID attribute value.
      Returns:
      the refToMessageID attribute value
    • setRefToMessageID

      void setRefToMessageID(@Nullable String id)
      Set the refToMessageID attribute value.
      Parameters:
      id - the new refToMessageID attribute value