Uses of Class
org.jboss.seam.jms.bridge.RouteType

Packages that use RouteType
org.jboss.seam.jms.bridge   
 

Uses of RouteType in org.jboss.seam.jms.bridge
 

Methods in org.jboss.seam.jms.bridge that return RouteType
 RouteType Route.getType()
           
static RouteType RouteType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RouteType[] RouteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.jms.bridge with parameters of type RouteType
 Route EventBridge.createRoute(RouteType type, Type payloadType)
          Creates a routing for the provided payload (event) type.
 Route RouteManager.createRoute(RouteType type, Type payloadType)
          Creates a new instance of a Route based on given RouteType and payload type
 



Copyright © 2011 Seam Framework. All Rights Reserved.