Class JmsEndpointModel

java.lang.Object
org.citrusframework.model.config.jms.JmsAdapterType
org.citrusframework.model.config.jms.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 Details

    • autoStart

      protected Boolean autoStart
    • durableSubscription

      protected Boolean durableSubscription
    • durableSubscriberName

      protected String durableSubscriberName
  • Constructor Details

    • JmsEndpointModel

      public JmsEndpointModel()
  • Method Details

    • 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