org.jboss.seam.jms.bridge
Interface RouteBuilder

All Superinterfaces:
Serializable

public interface RouteBuilder
extends Serializable

RouteBuilder is a start up component responsible for loading the finalized BeanManager into the Seam3JmsExtension and then loading all destinations that will be used by the ingress routes.

Loading the BeanManager into the Seam3JmsExtension has the result of doing the same thing to the egress routes.

Implementations of RouteBuilder should be singleton, and defines start up capabilities in handleStartup (servlet containers) and init.

Author:
johnament

Method Summary
 void handleStartup(ServletContext servletContext)
           
 void init()
           
 

Method Detail

handleStartup

void handleStartup(@Observes
                   ServletContext servletContext)

init

@PostConstruct
void init()
          throws JMSException
Throws:
JMSException


Copyright © 2011 Seam Framework. All Rights Reserved.