Uses of Class
core.support.objects.MessageObject
-
Packages that use MessageObject Package Description core.apiCore.helpers core.support.objects -
-
Uses of MessageObject in core.apiCore.helpers
Methods in core.apiCore.helpers that return types with arguments of type MessageObject Modifier and Type Method Description static 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 MessageObject Modifier and Type Method Description static List<String>MessageQueueHelper. getHeaderList(CopyOnWriteArrayList<MessageObject> filteredMessages)inserts filtered headers to array list of stringsstatic List<String>MessageQueueHelper. getMessageList(CopyOnWriteArrayList<MessageObject> filteredMessages)inserts filtered messages to array list of stringsstatic List<String>MessageQueueHelper. 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)static List<String>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 MessageObject Modifier and Type Field Description static Map<MessageObject,Boolean>MessageObject. outboundMessagesMethods in core.support.objects that return MessageObject Modifier and Type Method Description MessageObjectMessageObject. withCorrelationId(String correlationId)MessageObjectMessageObject. withHeader(List<String> header)MessageObjectMessageObject. withLabel(String label)MessageObjectMessageObject. withMessage(String message)MessageObjectMessageObject. withMessageId(String messageId)MessageObjectMessageObject. withMessageType(MessageObject.messageType messageType)MessageObjectMessageObject. withTopic(String topic)
-