Uses of Enum Class
org.apache.camel.component.spring.ws.type.EndpointMappingType
Packages that use EndpointMappingType
-
Uses of EndpointMappingType in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return EndpointMappingTypeMethods in org.apache.camel.component.spring.ws with parameters of type EndpointMappingTypeModifier and TypeMethodDescriptionvoidSpringWebserviceConfiguration.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 EndpointMappingTypeModifier and TypeMethodDescriptionEndpointMappingKey.getType()static EndpointMappingTypeEndpointMappingType.getTypeFromUriPrefix(String uri) FindEndpointMappingTypethat corresponds with the prefix of the given uri.static EndpointMappingTypeReturns the enum constant of this class with the specified name.static EndpointMappingType[]EndpointMappingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.component.spring.ws.type with parameters of type EndpointMappingTypeModifierConstructorDescriptionEndpointMappingKey(EndpointMappingType type, String lookupKey, org.springframework.xml.xpath.XPathExpression expression)