public interface DestinationResolver<D>
Modifier and Type | Method and Description |
---|---|
D |
resolveDestination(String name)
Resolve the given
name to a destination. |
D resolveDestination(String name) throws DestinationResolutionException
name
to a destination.name
- the name to resolvenull
)DestinationResolutionException
- if the name cannot be resolved