String mapping = m.path();
atmosphereConfig(m.atmosphereConfig(), framework);
filters(m.broadcastFilters(), framework);
AtmosphereInterceptor aa = listeners(m.listeners(), framework);
if (aa != null) {
l.add(aa);
}
AnnotationUtil.interceptors(framework, m.interceptors(), l);