|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.config.ModelUtil
public abstract class ModelUtil
ESB configuration model utility methods.
| Constructor Summary | |
|---|---|
ModelUtil()
|
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,java.util.List<ConfigTree>> |
getListenerGroups(ModelAdapter model)
Get the lister groups (by busIdRef) in the supplied configuration model. |
static void |
updateWebModel(java.util.Map<java.lang.String,java.util.List<ConfigTree>> listenerGroups,
org.jboss.internal.soa.esb.listeners.war.WebModel webModel)
Update the supplied WebModel based on the supplied listener group
configurations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelUtil()
| Method Detail |
|---|
public static java.util.Map<java.lang.String,java.util.List<ConfigTree>> getListenerGroups(ModelAdapter model)
throws ConfigurationException
model - The configuration model.
Map containing Lists of listener configurations, by busIdRef.
ConfigurationException - Unable to convert the model to a DOM.
public static void updateWebModel(java.util.Map<java.lang.String,java.util.List<ConfigTree>> listenerGroups,
org.jboss.internal.soa.esb.listeners.war.WebModel webModel)
throws ConfigurationException
WebModel based on the supplied listener group
configurations.
listenerGroups - Listener group configurations, keyed by busrefid.webModel - The webmodel to be updated.
ConfigurationException - A Configuration exception occured mapping data onto
the WebModel.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||