Class JmsEndpointModel


  • public class JmsEndpointModel
    extends JmsAdapterType

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <extension base="{http://www.citrusframework.org/schema/jms/config}jmsAdapterType">
           <attribute name="auto-start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="durable-subscription" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="durable-subscriber-name" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • autoStart

        protected Boolean autoStart
      • durableSubscription

        protected Boolean durableSubscription
      • durableSubscriberName

        protected String durableSubscriberName
    • Constructor Detail

      • JmsEndpointModel

        public JmsEndpointModel()
    • Method Detail

      • isAutoStart

        public Boolean isAutoStart()
        Ruft den Wert der autoStart-Eigenschaft ab.
        Returns:
        possible object is Boolean
      • setAutoStart

        public void setAutoStart​(Boolean value)
        Legt den Wert der autoStart-Eigenschaft fest.
        Parameters:
        value - allowed object is Boolean
      • isDurableSubscription

        public Boolean isDurableSubscription()
        Ruft den Wert der durableSubscription-Eigenschaft ab.
        Returns:
        possible object is Boolean
      • setDurableSubscription

        public void setDurableSubscription​(Boolean value)
        Legt den Wert der durableSubscription-Eigenschaft fest.
        Parameters:
        value - allowed object is Boolean
      • getDurableSubscriberName

        public String getDurableSubscriberName()
        Ruft den Wert der durableSubscriberName-Eigenschaft ab.
        Returns:
        possible object is String
      • setDurableSubscriberName

        public void setDurableSubscriberName​(String value)
        Legt den Wert der durableSubscriberName-Eigenschaft fest.
        Parameters:
        value - allowed object is String