Uses of Enum Class
org.frankframework.pipes.MessageSendingPipe.LinkMethod
Packages that use MessageSendingPipe.LinkMethod
-
Uses of MessageSendingPipe.LinkMethod in org.frankframework.pipes
Methods in org.frankframework.pipes that return MessageSendingPipe.LinkMethodModifier and TypeMethodDescriptionMessageSendingPipe.getLinkMethod()
Returns the enum constant of this class with the specified name.static MessageSendingPipe.LinkMethod[]
MessageSendingPipe.LinkMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type MessageSendingPipe.LinkMethodModifier and TypeMethodDescriptionvoid
MessageSendingPipe.setLinkMethod
(MessageSendingPipe.LinkMethod method) For asynchronous communication, the server side may either use the messageID or the correlationID in the correlationID field of the reply message.