Package org.serviceconnector.conf
Class ListenerListConfiguration
java.lang.Object
org.serviceconnector.conf.ListenerListConfiguration
The Class ResponderConfiguration. It may hold more than one configuration for a responder, is represented by
ResponderConfig.- Author:
- JTraber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the listener configurations.voidload(org.apache.commons.configuration2.CompositeConfiguration compositeConfig, RemoteNodeListConfiguration remoteNodeListConfiguration) Load.
-
Constructor Details
-
ListenerListConfiguration
public ListenerListConfiguration()Instantiates a new listener list configuration.
-
-
Method Details
-
load
public void load(org.apache.commons.configuration2.CompositeConfiguration compositeConfig, RemoteNodeListConfiguration remoteNodeListConfiguration) throws SCMPValidatorException Load.- Parameters:
compositeConfig- the composite configremoteNodeListConfiguration- the remote node list configuration- Throws:
SCMPValidatorException- the sCMP validator exception
-
getListenerConfigurations
Gets the listener configurations.- Returns:
- the listener configurations
-