public class DynamicDestinationNameResolver extends Object implements EndpointUriResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
DESTINATION_HEADER_NAME
Static header entry name specifying the dynamic destination name
|
| Constructor and Description |
|---|
DynamicDestinationNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDestinationName()
Gets the defaultDestinationName.
|
String |
resolveEndpointUri(Message message,
String defaultName)
Get the endpoint uri according to message header entry with fallback default uri.
|
void |
setDefaultDestinationName(String defaultDestinationName)
Sets the defaultDestinationName.
|
public static final String DESTINATION_HEADER_NAME
public String resolveEndpointUri(Message message, String defaultName)
resolveEndpointUri in interface EndpointUriResolverpublic String getDefaultDestinationName()
public void setDefaultDestinationName(String defaultDestinationName)
defaultDestinationName - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.