org.jboss.seam.jms.bridge
Class RouteManagerImpl

java.lang.Object
  extended by 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

Constructor Summary
RouteManagerImpl()
           
 
Method Summary
 org.jboss.seam.jms.bridge.Route createInboundRoute(Type payloadType)
           
 org.jboss.seam.jms.bridge.Route createOutboundRoute(Type payloadType)
           
 org.jboss.seam.jms.bridge.Route createRoute(org.jboss.seam.jms.bridge.RouteType type, Type payloadType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteManagerImpl

public RouteManagerImpl()
Method Detail

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.