Uses of Class
core.support.objects.MessageObject
Packages that use MessageObject
-
Uses of MessageObject in core.apiCore.helpers
Methods in core.apiCore.helpers that return types with arguments of type MessageObjectModifier and TypeMethodDescriptionstatic CopyOnWriteArrayList<MessageObject> MessageQueueHelper.filterOutboundMessage(String messageId) filter outbound message based on messageIdstatic CopyOnWriteArrayList<MessageObject> MessageQueueHelper.findMessagesBasedOnMessageId(String messageId) find message based on record idstatic CopyOnWriteArrayList<MessageObject> MessageQueueHelper.findMessagesBasedOnResponseIdentifier()find message based on unique identifier passed in through options identifiers are separated by comma separators have And relationshipMethod parameters in core.apiCore.helpers with type arguments of type MessageObjectModifier and TypeMethodDescriptionMessageQueueHelper.getHeaderList(CopyOnWriteArrayList<MessageObject> filteredMessages) inserts filtered headers to array list of stringsMessageQueueHelper.getMessageList(CopyOnWriteArrayList<MessageObject> filteredMessages) inserts filtered messages to array list of stringsMessageQueueHelper.getTopicList(CopyOnWriteArrayList<MessageObject> filteredMessages) inserts filtered topics to array list of stringsstatic voidMessageQueueHelper.printAllFilteredMessages(CopyOnWriteArrayList<MessageObject> filteredMessages) static voidMessageQueueHelper.saveOutBoundValues(ServiceObject serviceObject, CopyOnWriteArrayList<MessageObject> filteredMessages, List<String> errorMessages) MessageQueueHelper.validateMessages(ServiceObject serviceObject, CopyOnWriteArrayList<MessageObject> filteredMessages) validate message based on message, header, or topic valites json, xml, or text response -
Uses of MessageObject in core.support.objects
Fields in core.support.objects with type parameters of type MessageObjectModifier and TypeFieldDescriptionstatic Map<MessageObject, Boolean> MessageObject.outboundMessagesMethods in core.support.objects that return MessageObjectModifier and TypeMethodDescriptionMessageObject.withCorrelationId(String correlationId) MessageObject.withHeader(List<String> header) MessageObject.withMessage(String message) MessageObject.withMessageId(String messageId) MessageObject.withMessageType(MessageObject.messageType messageType)