org.atmosphere.samples.pubsub.config
Class ComponentConfiguration

java.lang.Object
  extended by org.atmosphere.samples.pubsub.config.ComponentConfiguration

@Configuration
@Import(value=WebAppConfiguration.class)
@ComponentScan(basePackages="org.atmosphere.samples.pubsub",
               excludeFilters=)
@EnableAspectJAutoProxy(proxyTargetClass=true)
public class ComponentConfiguration
extends Object


Constructor Summary
ComponentConfiguration()
           
 
Method Summary
 BroadcasterFactory broadcasterFactory()
           
 org.codehaus.jackson.map.ObjectMapper objectMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConfiguration

public ComponentConfiguration()
Method Detail

broadcasterFactory

@Bean
public BroadcasterFactory broadcasterFactory()

objectMapper

@Bean
public org.codehaus.jackson.map.ObjectMapper objectMapper()


Copyright © 2012. All Rights Reserved.