public class UriMapProviderComponent
extends java.lang.Object
UriMapProvider| Constructor and Description |
|---|
UriMapProviderComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(java.util.Map<java.lang.String,java.lang.Object> properties)
Called on component activation
|
java.util.Map<URI,URI> |
getUriMap() |
public java.util.Map<URI,URI> getUriMap()
public void activate(java.util.Map<java.lang.String,java.lang.Object> properties)
throws ConfigurationException
properties - the configured propertiesConfigurationException - throw non errors during the activationBryan Hunt, Data In Motion Consulting