public class DispatchingEndpointAdapterDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fallbackAdapter |
protected String |
id |
protected String |
mappingKeyExtractor |
protected String |
mappingStrategy |
| Constructor and Description |
|---|
DispatchingEndpointAdapterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFallbackAdapter()
Gets the value of the fallbackAdapter property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMappingKeyExtractor()
Gets the value of the mappingKeyExtractor property.
|
String |
getMappingStrategy()
Gets the value of the mappingStrategy property.
|
void |
setFallbackAdapter(String value)
Sets the value of the fallbackAdapter property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMappingKeyExtractor(String value)
Sets the value of the mappingKeyExtractor property.
|
void |
setMappingStrategy(String value)
Sets the value of the mappingStrategy property.
|
protected String id
protected String mappingKeyExtractor
protected String mappingStrategy
protected String fallbackAdapter
public DispatchingEndpointAdapterDefinition()
public void setId(String value)
value - allowed object is
Stringpublic String getMappingKeyExtractor()
Stringpublic void setMappingKeyExtractor(String value)
value - allowed object is
Stringpublic String getMappingStrategy()
Stringpublic void setMappingStrategy(String value)
value - allowed object is
Stringpublic String getFallbackAdapter()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.