Package com.helger.phase4.incoming
Class AS4IncomingHelper
java.lang.Object
com.helger.phase4.incoming.AS4IncomingHelper
Messaging helper methods.
Old name before v3:
Old name before v3:
AS4MessagingHelper- 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.
-