Uses of Class
org.apache.camel.component.spring.ws.type.EndpointMappingType
-
Packages that use EndpointMappingType Package Description org.apache.camel.component.spring.ws org.apache.camel.component.spring.ws.type -
-
Uses of EndpointMappingType in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return EndpointMappingType Modifier and Type Method Description EndpointMappingTypeSpringWebserviceConfiguration. getEndpointMappingType()Methods in org.apache.camel.component.spring.ws with parameters of type EndpointMappingType Modifier and Type Method Description voidSpringWebserviceConfiguration. setEndpointMappingType(EndpointMappingType endpointMappingType)Endpoint mapping type if endpoint mapping is used. -
Uses of EndpointMappingType in org.apache.camel.component.spring.ws.type
Methods in org.apache.camel.component.spring.ws.type that return EndpointMappingType Modifier and Type Method Description EndpointMappingTypeEndpointMappingKey. getType()static EndpointMappingTypeEndpointMappingType. getTypeFromUriPrefix(String uri)FindEndpointMappingTypethat corresponds with the prefix of the given uri.static EndpointMappingTypeEndpointMappingType. 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.Constructors in org.apache.camel.component.spring.ws.type with parameters of type EndpointMappingType Constructor Description EndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)
-