public class EndpointMappingKey extends Object
| Constructor and Description |
|---|
EndpointMappingKey(EndpointMappingType type,
String lookupKey,
org.springframework.xml.xpath.XPathExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.springframework.xml.xpath.XPathExpression |
getExpression() |
String |
getLookupKey() |
EndpointMappingType |
getType() |
int |
hashCode() |
void |
setExpression(org.springframework.xml.xpath.XPathExpression expression) |
void |
setLookupKey(String lookupKey) |
void |
setType(EndpointMappingType type) |
public EndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)
public EndpointMappingType getType()
public void setType(EndpointMappingType type)
public String getLookupKey()
public void setLookupKey(String lookupKey)
public org.springframework.xml.xpath.XPathExpression getExpression()
public void setExpression(org.springframework.xml.xpath.XPathExpression expression)
Apache Camel