This commit is contained in:
Arjen Poutsma
2008-02-03 00:29:20 +00:00
parent b86b2d1ef5
commit fd535bb14a

View File

@@ -90,9 +90,9 @@ public abstract class AbstractMapBasedEndpointMapping extends AbstractEndpointMa
protected abstract boolean validateLookupKey(String key);
/**
* Returns the the endpoint keys for the given message context.
* Returns the the endpoint key for the given message context. Returns <code>null</code> if a key cannot be found.
*
* @return the registration keys
* @return the registration key; or <code>null</code>
*/
protected abstract String getLookupKeyForMessage(MessageContext messageContext) throws Exception;