Uses of Class
org.apache.camel.component.spring.ws.type.EndpointMappingType

Packages that use EndpointMappingType
org.apache.camel.component.spring.ws.type   
 

Uses of EndpointMappingType in org.apache.camel.component.spring.ws.type
 

Methods in org.apache.camel.component.spring.ws.type that return EndpointMappingType
 EndpointMappingType EndpointMappingKey.getType()
           
static EndpointMappingType EndpointMappingType.getTypeFromUriPrefix(String uri)
          Find EndpointMappingType that corresponds with the prefix of the given uri.
static EndpointMappingType EndpointMappingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointMappingType[] EndpointMappingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.spring.ws.type with parameters of type EndpointMappingType
 void EndpointMappingKey.setType(EndpointMappingType type)
           
 

Constructors in org.apache.camel.component.spring.ws.type with parameters of type EndpointMappingType
EndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)
           
 



Apache CAMEL