public class EjbMessageConfigProxy extends EjbBeanConfigProxy
Constructor and Description |
---|
EjbMessageConfigProxy(EjbConfig config,
EjbJar jar,
java.lang.String ejbModuleName)
Creates a new message bean configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
configure()
Initializes and configures the message bean.
|
EjbMessageBean |
getMessage()
Returns the message config.
|
addBuilderProgram, addDependency, getBuilderProgram, getConfig, getDependencyList, getEjbClass, getEJBModuleName, getEjbName, getFilename, getLocation, init, isSkip, setConfigLocation, setEjbClass, setEjbName, toString
public void configure()
configure
in class EjbBeanConfigProxy
public EjbMessageBean getMessage()