Class AS4MessagingHelper

java.lang.Object
com.helger.phase4.messaging.AS4MessagingHelper

@Immutable public final class AS4MessagingHelper extends Object
Messaging helper methods.
Since:
0.9.10
Author:
Philip Helger
  • Method Details

    • getIncomingMetadataAsJson

      @Nonnull @Nonempty public static com.helger.json.IJsonObject getIncomingMetadataAsJson(@Nonnull IAS4IncomingMessageMetadata aMessageMetadata)
      Convert an IAS4IncomingMessageMetadata structure to a JSON representation.
      Parameters:
      aMessageMetadata - The message metadata to convert. May not be null.
      Returns:
      A non-null JSON object.