public static class WebServicesJmsConfig.JmsEndpointConfig.JmsConfig extends Object
Constructor and Description |
---|
JmsConfig() |
Modifier and Type | Method and Description |
---|---|
JmsConfig.ConnectionConfig |
getConnection() |
Class<? extends MessagePoller> |
getMessagePoller() |
String |
getSelector() |
boolean |
isTransactional() |
WebServicesJmsConfig.JmsEndpointConfig.JmsConfig |
setConnection(JmsConfig.ConnectionConfig connection) |
WebServicesJmsConfig.JmsEndpointConfig.JmsConfig |
setMessagePoller(Class<? extends MessagePoller> messagePoller) |
WebServicesJmsConfig.JmsEndpointConfig.JmsConfig |
setSelector(String selector) |
void |
setTransactional(boolean transactional) |
public JmsConfig.ConnectionConfig getConnection()
public WebServicesJmsConfig.JmsEndpointConfig.JmsConfig setConnection(JmsConfig.ConnectionConfig connection)
public boolean isTransactional()
public void setTransactional(boolean transactional)
public String getSelector()
public WebServicesJmsConfig.JmsEndpointConfig.JmsConfig setSelector(String selector)
public Class<? extends MessagePoller> getMessagePoller()
public WebServicesJmsConfig.JmsEndpointConfig.JmsConfig setMessagePoller(Class<? extends MessagePoller> messagePoller)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.