Package | Description |
---|---|
org.apache.camel.component.spring.ws.type |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointMappingKey.setType(EndpointMappingType type)
Endpoint mapping type if endpoint mapping is used.
|
Constructor and Description |
---|
EndpointMappingKey(EndpointMappingType type,
String lookupKey,
org.springframework.xml.xpath.XPathExpression expression) |
Apache Camel