// continuation object? Use the default language for now, but it
// should be fixed ASAP.
String language = selector.getDefaultLanguage();
// Obtain the Interpreter instance for this language
Interpreter interpreter = (Interpreter)selector.select(language);
try {
interpreter.handleContinuation(contId, params, PipelinesNode.getRedirector(env));
} finally {
selector.release((Component)interpreter);