Interface Request

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

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

  • Method Details

    • getMessageID

      @Nullable String getMessageID()
      Get the messageID attribute value.
      Returns:
      the messageID attribute value
    • setMessageID

      void setMessageID(@Nullable String id)
      Set the messageID attribute value.
      Parameters:
      id - the new messageID attribute value
    • getResponseConsumerURL

      @Nullable String getResponseConsumerURL()
      Get the responseConsumerURL attribute value.
      Returns:
      the responseConsumerURL attribute value
    • setResponseConsumerURL

      void setResponseConsumerURL(@Nullable String url)
      Set the responseConsumerURL attribute value.
      Parameters:
      url - the new responseConsumerURL attribute value
    • getService

      @Nullable String getService()
      Get the service attribute value.
      Returns:
      the service attribute value
    • setService

      void setService(@Nullable String svc)
      Set the service attribute value.
      Parameters:
      svc - the new service attribute value