org.jboss.seam.jms.bridge
Class RouteLocatorImpl

java.lang.Object
  extended by org.jboss.seam.jms.bridge.RouteLocatorImpl
All Implemented Interfaces:
Serializable, org.jboss.seam.jms.bridge.RouteLocator

public class RouteLocatorImpl
extends Object
implements org.jboss.seam.jms.bridge.RouteLocator

See Also:
Serialized Form

Constructor Summary
RouteLocatorImpl()
           
 
Method Summary
 org.jboss.seam.jms.bridge.Route findById(String id)
           
 void loadRoutes()
           
 List<org.jboss.seam.jms.bridge.Route> produceEgressRoutes()
           
 List<org.jboss.seam.jms.bridge.Route> produceIngressRoutes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteLocatorImpl

public RouteLocatorImpl()
Method Detail

loadRoutes

@PostConstruct
public void loadRoutes()

findById

public org.jboss.seam.jms.bridge.Route findById(String id)
Specified by:
findById in interface org.jboss.seam.jms.bridge.RouteLocator

produceIngressRoutes

@Produces
public List<org.jboss.seam.jms.bridge.Route> produceIngressRoutes()

produceEgressRoutes

@Produces
public List<org.jboss.seam.jms.bridge.Route> produceEgressRoutes()


Copyright © 2011 Seam Framework. All Rights Reserved.