Uses of Enum Class
org.frankframework.jms.JmsSender.LinkMethod
Packages that use JmsSender.LinkMethod
-
Uses of JmsSender.LinkMethod in org.frankframework.jms
Methods in org.frankframework.jms that return JmsSender.LinkMethodModifier and TypeMethodDescriptionJmsSender.getLinkMethod()
static JmsSender.LinkMethod
Returns the enum constant of this class with the specified name.static JmsSender.LinkMethod[]
JmsSender.LinkMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.jms with parameters of type JmsSender.LinkMethodModifier and TypeMethodDescriptionvoid
JmsSender.setLinkMethod
(JmsSender.LinkMethod method) (Only used whensynchronous=true
andreplyToName
is set).