Uses of Class
org.smallmind.phalanx.wire.transport.jms.spring.DestinationType
-
Packages that use DestinationType Package Description org.smallmind.phalanx.wire.transport.jms.spring -
-
Uses of DestinationType in org.smallmind.phalanx.wire.transport.jms.spring
Methods in org.smallmind.phalanx.wire.transport.jms.spring that return DestinationType Modifier and Type Method Description abstract DestinationTypeDestinationReference. getDestinationType()DestinationTypeQueueReference. getDestinationType()DestinationTypeTopicReference. getDestinationType()static DestinationTypeDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-