|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteManager
The RouteManager is responsible for instantiating new routes.
Method Summary | |
---|---|
Route |
createInboundRoute(Type payloadType)
Creates a new Inbound route - listens for incoming JMS messages and fires a CDI event of the incoming type using the configured qualifiers. |
Route |
createOutboundRoute(Type payloadType)
Creates a new Outbound route - observes fired events |
Route |
createRoute(RouteType type,
Type payloadType)
Creates a new instance of a Route based on given RouteType and
payload type |
Method Detail |
---|
Route createRoute(RouteType type, Type payloadType)
RouteType
and
payload type
type
- The RouteType to create.payloadType
- The type of payload to use.
Route createInboundRoute(Type payloadType)
payloadType
- The type of the payload to work with.
Route createOutboundRoute(Type payloadType)
payloadType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |