Uses of Enum Class
org.frankframework.extensions.messaging.MessageProtocol
Packages that use MessageProtocol
Package
Description
-
Uses of MessageProtocol in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type MessageProtocolModifier and TypeMethodDescriptionvoidEsbJmsSender.setMessageProtocol(MessageProtocol protocol) protocol of ESB service to be called -
Uses of MessageProtocol in org.frankframework.extensions.messaging
Subclasses with type arguments of type MessageProtocol in org.frankframework.extensions.messagingMethods in org.frankframework.extensions.messaging that return MessageProtocolModifier and TypeMethodDescriptionstatic MessageProtocolReturns the enum constant of this class with the specified name.static MessageProtocol[]MessageProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageProtocol in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp with parameters of type MessageProtocolModifier and TypeMethodDescriptionvoidAmqpListener.setMessageProtocol(MessageProtocol messageProtocol) Receive message as Fire-and-Forget, or as Request-ReplyvoidAmqpSender.setMessageProtocol(MessageProtocol messageProtocol) Send message as Fire-and-Forget, or as Request-Reply