Class JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,A>,A extends JmsDestinationAccessor>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,A>
 
org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec<S,A> 
- Type Parameters:
- S- the target- JmsDestinationAccessorSpecimplementation type.
- A- the target- JmsDestinationAccessorimplementation type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<A>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
- Direct Known Subclasses:
- JmsListenerContainerSpec,- JmsTemplateSpec
public abstract class JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,A>,A extends JmsDestinationAccessor>  
extends IntegrationComponentSpec<S,A> 
A base 
IntegrationComponentSpec for JmsDestinationAccessors.- Since:
- 5.0
- Author:
- Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SconnectionFactory(ConnectionFactory connectionFactory) destinationResolver(DestinationResolver destinationResolver) ADestinationResolverto use.Configure the component identifier.pubSubDomain(boolean pubSubDomain) ApubSubDomainflag.sessionAcknowledgeMode(int sessionAcknowledgeMode) A session acknowledgement mode.sessionAcknowledgeModeName(String constantName) A session acknowledgement mode name.sessionTransacted(boolean sessionTransacted) A session transaction mode.Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
JmsDestinationAccessorSpec
 
- 
- 
Method Details- 
connectionFactory
- 
idDescription copied from class:IntegrationComponentSpecConfigure the component identifier. Used as thebeanNameto register the bean in the application context for this component.- Overrides:
- idin class- IntegrationComponentSpec<S extends JmsDestinationAccessorSpec<S,- A>, - A extends JmsDestinationAccessor> 
- Parameters:
- id- the id.
- Returns:
- the spec.
 
- 
destinationResolverADestinationResolverto use.- Parameters:
- destinationResolver- the- DestinationResolverto use.
- Returns:
- the spec
- See Also:
 
- 
pubSubDomainApubSubDomainflag.- Parameters:
- pubSubDomain- the- pubSubDomainflag.
- Returns:
- the spec
- See Also:
 
- 
sessionAcknowledgeModeA session acknowledgement mode.- Parameters:
- sessionAcknowledgeMode- the acknowledgement mode constant
- Returns:
- the spec
- See Also:
 
- 
sessionAcknowledgeModeNameA session acknowledgement mode name.- Parameters:
- constantName- the name of the- Sessionacknowledge mode constant.
- Returns:
- the spec.
- See Also:
 
- 
sessionTransactedA session transaction mode.- Parameters:
- sessionTransacted- the transaction mode.
- Returns:
- the spec.
- See Also:
 
 
-