| java.lang.Object org.jboss.services.binding.XSLTFileDelegate
XSLTFileDelegate | public class XSLTFileDelegate implements ServicesConfigDelegate(Code) | | An implementation of the ServicesConfigDelegate
that transforms an xml file used by a service.
It retrieves the file location from the service,
tranforms the file and saves it on a temporary location,
which will be then applied to the service.
It excpects a delegate-config element of the following form:
The configName attribute specifies the JMX attribute,
which defines the XML file to be transformed.
author: wonne.keysers@realsoftware.be author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
Method Summary | |
public void | applyConfig(ServiceConfig config, MBeanServer server) Transform the file specified in the given config,
transform it, temporarily save the result and apply it onto the service
specified in the config using JMX via the given server. |
applyConfig | public void applyConfig(ServiceConfig config, MBeanServer server) throws Exception(Code) | | Transform the file specified in the given config,
transform it, temporarily save the result and apply it onto the service
specified in the config using JMX via the given server.
config, the service name and its config bindings server, the JMX server to use to apply the config |
|
|