org.jboss.seam.jms.bridge
Class RouteManagerImpl
java.lang.Object
org.jboss.seam.jms.bridge.RouteManagerImpl
- All Implemented Interfaces:
- Serializable, org.jboss.seam.jms.bridge.RouteManager
@Veto
public class RouteManagerImpl
- extends Object
- implements org.jboss.seam.jms.bridge.RouteManager
Implementation of RouteManager that creates RouteImpl instances.
- Author:
- johnament
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteManagerImpl
public RouteManagerImpl()
createRoute
public org.jboss.seam.jms.bridge.Route createRoute(org.jboss.seam.jms.bridge.RouteType type,
Type payloadType)
- Specified by:
createRoute in interface org.jboss.seam.jms.bridge.RouteManager
createInboundRoute
public org.jboss.seam.jms.bridge.Route createInboundRoute(Type payloadType)
- Specified by:
createInboundRoute in interface org.jboss.seam.jms.bridge.RouteManager
createOutboundRoute
public org.jboss.seam.jms.bridge.Route createOutboundRoute(Type payloadType)
- Specified by:
createOutboundRoute in interface org.jboss.seam.jms.bridge.RouteManager
Copyright © 2011 Seam Framework. All Rights Reserved.