|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.config.Generator.XMLBeansModel
public static class Generator.XMLBeansModel
XMLBeans based model implementation.
| Method Summary | |
|---|---|
Bus |
getBus(java.lang.String busid)
Get the <bus> configuration matching the supplied busid reference value. |
java.util.List<Listener> |
getESBAwareListeners()
Get the list of ESB Aware Listeners from the configuration. |
java.util.List<Listener> |
getGatewayListeners()
Get the list of ESB Gateway Listeners from the configuration. |
java.lang.String |
getParameterReloadSecs()
Gets the setting for the number of seconds between reloads. |
static java.lang.String |
getProperty(java.util.List<PropertyDocument.Property> properties,
java.lang.String name,
java.lang.String defaultVal)
|
Provider |
getProvider(Bus bus)
Get the <provider> configuration containing the supplied Bus configuration instance. |
ScheduleProviderDocument.ScheduleProvider |
getScheduleProvider()
|
ServiceDocument.Service |
getService(Listener listener)
Get the Service to which the supplied Listener configuration instance is bound. |
java.util.List<ServiceDocument.Service> |
getServices()
Get the Service list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<Listener> getGatewayListeners()
throws ConfigurationException
ConfigurationException - Bad configuration.
public java.util.List<Listener> getESBAwareListeners()
throws ConfigurationException
ConfigurationException - Bad configuration.public ServiceDocument.Service getService(Listener listener)
Listener configuration instance is bound.
listener - The listener instance (Gateway or ESB Aware).
public java.util.List<ServiceDocument.Service> getServices()
public Bus getBus(java.lang.String busid)
throws ConfigurationException
busid - The required <bus> configuration reference value.
ConfigurationException - Unknown busid reference value.public Provider getProvider(Bus bus)
bus - The Bus config instance whose Provider is being sought.
public ScheduleProviderDocument.ScheduleProvider getScheduleProvider()
public java.lang.String getParameterReloadSecs()
public static java.lang.String getProperty(java.util.List<PropertyDocument.Property> properties,
java.lang.String name,
java.lang.String defaultVal)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||