Class EndpointMappingKey

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

public class EndpointMappingKey extends Object
  • Constructor Details

    • EndpointMappingKey

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

    • getType

      public EndpointMappingType getType()
    • getLookupKey

      public String getLookupKey()
    • getExpression

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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