Package com.helger.phase4.client
Class AS4ClientBuiltMessage
java.lang.Object
com.helger.phase4.client.AS4ClientBuiltMessage
The client HTTP message and some metadata.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionAS4ClientBuiltMessage(String sMessageID, HttpMimeMessageEntity aHttpEntity, com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> aCreatedDSReferences) AS4ClientBuiltMessage(String sMessageID, HttpXMLEntity aHttpEntity, com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> aCreatedDSReferences) -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.http.HttpHeaderMapcom.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> org.apache.hc.core5.http.HttpEntitybooleanbooleantoString()
-
Constructor Details
-
AS4ClientBuiltMessage
public AS4ClientBuiltMessage(@Nonnull @Nonempty String sMessageID, @Nonnull HttpXMLEntity aHttpEntity, @Nullable com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> aCreatedDSReferences) -
AS4ClientBuiltMessage
public AS4ClientBuiltMessage(@Nonnull @Nonempty String sMessageID, @Nonnull HttpMimeMessageEntity aHttpEntity, @Nullable com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> aCreatedDSReferences) throws jakarta.mail.MessagingException - Throws:
jakarta.mail.MessagingException
-
-
Method Details
-
getMessageID
-
getHttpEntity
- Returns:
- The
HttpEntityprovided in the constructor. Always the same object.
-
getAllCustomHttpHeaders
@Nullable @ReturnsMutableCopy public com.helger.commons.http.HttpHeaderMap getAllCustomHttpHeaders() -
hasCustomHttpHeaders
public boolean hasCustomHttpHeaders() -
getAllDSReferences
@Nullable @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.xmldsig.ReferenceType> getAllDSReferences() -
hasDSReferences
public boolean hasDSReferences() -
toString
-