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() |
public EndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)
public EndpointMappingType getType()
public String getLookupKey()
public org.springframework.xml.xpath.XPathExpression getExpression()
Apache Camel