org.jboss.seam.jms.bridge
Interface RouteManager

All Superinterfaces:
Serializable

public interface RouteManager
extends Serializable

The RouteManager is responsible for instantiating new routes.

Author:
johnament

Method Summary
 Route createRoute(RouteType type, Type payloadType)
          Creates a new instance of a Route based on given RouteType and payload type
 

Method Detail

createRoute

Route createRoute(RouteType type,
                  Type payloadType)
Creates a new instance of a Route based on given RouteType and payload type

Parameters:
type - The RouteType to create.
payloadType - The type of payload to use.
Returns:
a new Route instance.


Copyright © 2011 Seam Framework. All Rights Reserved.