Uses of Enum Class
org.frankframework.jms.JMSFacade.DestinationType
Packages that use JMSFacade.DestinationType
-
Uses of JMSFacade.DestinationType in org.frankframework.jms
Methods in org.frankframework.jms that return JMSFacade.DestinationTypeModifier and TypeMethodDescriptionJMSFacade.getDestinationType()
static JMSFacade.DestinationType
Returns the enum constant of this class with the specified name.static JMSFacade.DestinationType[]
JMSFacade.DestinationType.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 JMSFacade.DestinationTypeModifier and TypeMethodDescriptionvoid
JMSFacade.setDestinationType
(JMSFacade.DestinationType destinationType) Type of the messageing destination.