org.jboss.seam.jms.bridge
Class RouteLocatorImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteLocatorImpl
public RouteLocatorImpl()
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.