}
});
} else if (element instanceof StreamFeatures) {
streamFeaturesManager.processFeatures((StreamFeatures) element);
} else if (element instanceof StreamError) {
throw new StreamException((StreamError) element);
} else {
// Let's see, if the element is known to any feature negotiator.
return streamFeaturesManager.processElement(element);
}
return false;