站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

XSLTConfigDelegate (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.services.binding
Class XSLTConfigDelegate

java.lang.Object
  extended byorg.jboss.services.binding.XSLTConfigDelegate
All Implemented Interfaces:
ServicesConfigDelegate

public class XSLTConfigDelegate
extends Object
implements ServicesConfigDelegate

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: 1.4 $
Author:
Scott.Stark@jboss.org

Constructor Summary
XSLTConfigDelegate()
           
 
Method Summary
 void applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTConfigDelegate

public XSLTConfigDelegate()
Method Detail

applyConfig

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

Specified by:
applyConfig in interface ServicesConfigDelegate
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.