org.jboss.services.binding
Interface ServicesConfigDelegate

All Known Implementing Classes:
AttributeMappingDelegate (src) , XSLTConfigDelegate (src) , XSLTFileDelegate (src)

public interface ServicesConfigDelegate

Interface for delegates capabable of taking a ServiceConfig and mapping it onto an mbean service via JMX


Method Summary
 void applyConfig(ServiceConfig (src)  config, MBeanServer (src)  server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 

Method Detail

applyConfig

public void applyConfig(ServiceConfig (src)  config,
                        MBeanServer (src)  server)
                 throws java.lang.Exception
Take the given config and map it onto the service specified in the config using JMX via the given server.

Throws:
java.lang.Exception