| java.lang.Object org.jboss.services.binding.XSLTConfigDelegate
XSLTConfigDelegate | public class XSLTConfigDelegate implements ServicesConfigDelegate(Code) | | An implementation of the ServicesConfigDelegate that expects a delegate-config
element of the form:
value1
The portAttrName and hostAttrName are currently unused. Perhaps these should
be used as the names of the host and port parameters in the XSL script. Currently
the host and port bindings are passed into the XSL script as the 'host' and
'port' global parameters.
The xslt-param elements specify arbitrary XSL script parameter name/value pairs
that will be set on the Transformer.
version: $Revision: 57210 $ author: Scott.Stark@jboss.org |
Method Summary | |
public void | applyConfig(ServiceConfig config, MBeanServer server) Take the given config and map 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) | | Take the given config and map 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 |
|
|