Package com.helger.phase4.messaging
Class AS4MessagingHelper
java.lang.Object
com.helger.phase4.messaging.AS4MessagingHelper
Messaging helper methods.
- Since:
- 0.9.10
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectgetIncomingMetadataAsJson(IAS4IncomingMessageMetadata aMessageMetadata) Convert anIAS4IncomingMessageMetadatastructure to a JSON representation.
-
Method Details
-
getIncomingMetadataAsJson
@Nonnull @Nonempty public static com.helger.json.IJsonObject getIncomingMetadataAsJson(@Nonnull IAS4IncomingMessageMetadata aMessageMetadata) Convert anIAS4IncomingMessageMetadatastructure to a JSON representation.- Parameters:
aMessageMetadata- The message metadata to convert. May not benull.- Returns:
- A non-
nullJSON object.
-