Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.jms.JMSConstants.JMSDestinationType
-
Packages that use JMSConstants.JMSDestinationType Package Description org.wso2.carbon.inbound.endpoint.protocol.jms org.wso2.carbon.inbound.endpoint.protocol.jms.factory -
-
Uses of JMSConstants.JMSDestinationType in org.wso2.carbon.inbound.endpoint.protocol.jms
Methods in org.wso2.carbon.inbound.endpoint.protocol.jms that return JMSConstants.JMSDestinationType Modifier and Type Method Description static JMSConstants.JMSDestinationType
JMSConstants.JMSDestinationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JMSConstants.JMSDestinationType[]
JMSConstants.JMSDestinationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JMSConstants.JMSDestinationType in org.wso2.carbon.inbound.endpoint.protocol.jms.factory
Fields in org.wso2.carbon.inbound.endpoint.protocol.jms.factory declared as JMSConstants.JMSDestinationType Modifier and Type Field Description protected JMSConstants.JMSDestinationType
JMSConnectionFactory. destinationType
Methods in org.wso2.carbon.inbound.endpoint.protocol.jms.factory that return JMSConstants.JMSDestinationType Modifier and Type Method Description JMSConstants.JMSDestinationType
CachedJMSConnectionFactory. getDestinationType()
JMSConstants.JMSDestinationType
JMSConnectionFactory. getDestinationType()
-