Class AS4ClientBuiltMessage

java.lang.Object
com.helger.phase4.client.AS4ClientBuiltMessage

public final class AS4ClientBuiltMessage extends Object
The client HTTP message and some metadata
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • getMessageID

      @Nonnull @Nonempty public String getMessageID()
    • getHttpEntity

      @Nonnull @ReturnsMutableCopy public org.apache.hc.core5.http.HttpEntity getHttpEntity()
      Returns:
      The HttpEntity provided in the constructor. Always the same object.
    • getCustomHeaders

      @Nullable @ReturnsMutableCopy public com.helger.commons.http.HttpHeaderMap getCustomHeaders()
    • toString

      public String toString()
      Overrides:
      toString in class Object