Class DispatchingEndpointAdapterModel

java.lang.Object
org.citrusframework.model.config.core.DispatchingEndpointAdapterModel

public class DispatchingEndpointAdapterModel extends Object

Java-Klasse für anonymous complex type.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="mapping-key-extractor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mapping-strategy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fallback-adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • mappingKeyExtractor

      protected String mappingKeyExtractor
    • mappingStrategy

      protected String mappingStrategy
    • fallbackAdapter

      protected String fallbackAdapter
  • Constructor Details

    • DispatchingEndpointAdapterModel

      public DispatchingEndpointAdapterModel()
  • Method Details

    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getMappingKeyExtractor

      public String getMappingKeyExtractor()
      Ruft den Wert der mappingKeyExtractor-Eigenschaft ab.
      Returns:
      possible object is String
    • setMappingKeyExtractor

      public void setMappingKeyExtractor(String value)
      Legt den Wert der mappingKeyExtractor-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getMappingStrategy

      public String getMappingStrategy()
      Ruft den Wert der mappingStrategy-Eigenschaft ab.
      Returns:
      possible object is String
    • setMappingStrategy

      public void setMappingStrategy(String value)
      Legt den Wert der mappingStrategy-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getFallbackAdapter

      public String getFallbackAdapter()
      Ruft den Wert der fallbackAdapter-Eigenschaft ab.
      Returns:
      possible object is String
    • setFallbackAdapter

      public void setFallbackAdapter(String value)
      Legt den Wert der fallbackAdapter-Eigenschaft fest.
      Parameters:
      value - allowed object is String