public class NamespaceContextBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BEAN_ID
The default bean id in Spring application context
|
Constructor and Description |
---|
NamespaceContextBuilder() |
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
buildContext(Message receivedMessage,
Map<String,String> namespaces)
Construct a basic namespace context from the received message and explicit namespace mappings.
|
Map<String,String> |
getNamespaceMappings()
Gets the namespaceMappings.
|
void |
setNamespaceMappings(Map<String,String> defaultMappings)
Sets the default mappings for this namespace context builder.
|
public static final String DEFAULT_BEAN_ID
public NamespaceContext buildContext(Message receivedMessage, Map<String,String> namespaces)
receivedMessage
- the actual message received.namespaces
- explicit namespace mappings for this construction.public void setNamespaceMappings(Map<String,String> defaultMappings)
defaultMappings
- the defaultMappings to setCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.