public class JmsUriFactory extends JmsUriConfigurator implements org.springframework.beans.factory.FactoryBean<Properties>
| Modifier and Type | Field and Description |
|---|---|
static String |
CALLBACK_ENDPOINT_ADDRESS_PROP |
static String |
CALLBACK_ENDPOINT_NAME_PROP |
static String |
CALLBACK_SERVICE_NAME_PROP |
| Constructor and Description |
|---|
JmsUriFactory() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
afterPropertiesSet, configureDispatch, create, create, create, createJmsAddress, createJmsUriConfiguration, getConfiguration, getConfigurationPrefix, getDefaultDestinationName, getDefaultParameters, getDefaultVariant, getDestinationName, getEndpointName, getJmsAddress, getParameters, getPresetJmsAddress, getServiceName, getVariant, isEncodeURI, resetJmsAddress, setConfiguration, setConfigurationPrefix, setDefaultDestinationName, setDefaultParameters, setDefaultVariant, setDestinationName, setEncodeURI, setEncodeURI, setEndpointName, setEndpointName, setParameters, setPresetJmsAddress, setServiceName, setServiceName, setVariantpublic static final String CALLBACK_SERVICE_NAME_PROP
public static final String CALLBACK_ENDPOINT_NAME_PROP
public static final String CALLBACK_ENDPOINT_ADDRESS_PROP
public Properties getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>Copyright © 2011–2021 Talend Inc.. All rights reserved.