Uses of Enum Class
org.frankframework.pipes.MessageSendingPipe.LinkMethod
Packages that use MessageSendingPipe.LinkMethod
-
Uses of MessageSendingPipe.LinkMethod in org.frankframework.pipes
Subclasses with type arguments of type MessageSendingPipe.LinkMethod in org.frankframework.pipesMethods in org.frankframework.pipes that return MessageSendingPipe.LinkMethodModifier and TypeMethodDescriptionReturns 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 TypeMethodDescriptionvoidMessageSendingPipe.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.