org.apache.camel.component.spring.ws.type
Class EndpointMappingKey

java.lang.Object
  extended by org.apache.camel.component.spring.ws.type.EndpointMappingKey

public class EndpointMappingKey
extends Object


Constructor Summary
EndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointMappingKey

public EndpointMappingKey(EndpointMappingType type,
                          String lookupKey,
                          org.springframework.xml.xpath.XPathExpression expression)
Method Detail

getType

public EndpointMappingType getType()

setType

public void setType(EndpointMappingType type)

getLookupKey

public String getLookupKey()

setLookupKey

public void setLookupKey(String lookupKey)

getExpression

public org.springframework.xml.xpath.XPathExpression getExpression()

setExpression

public void setExpression(org.springframework.xml.xpath.XPathExpression expression)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Apache Camel