Class ListenerListConfiguration

java.lang.Object
org.serviceconnector.conf.ListenerListConfiguration

public class ListenerListConfiguration extends Object
The Class ResponderConfiguration. It may hold more than one configuration for a responder, is represented by ResponderConfig.
Author:
JTraber
  • 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 config
      remoteNodeListConfiguration - the remote node list configuration
      Throws:
      SCMPValidatorException - the sCMP validator exception
    • getListenerConfigurations

      public Map<String,ListenerConfiguration> getListenerConfigurations()
      Gets the listener configurations.
      Returns:
      the listener configurations