xml element currently used for external
configuration of a Connector. In particular, it is meant to be constructed
by the microcontainer from a jboss-beans.xml file and injected into the
Connector.
For an example of the use of ServerConfiguration with the microcontainer,
see the configuration file remoting-jboss-beans.xml in the server/default/deploy
directory of the JBoss Application Server 5.0.0.
- Version:
- $Revision: 5046 $
Copyright Oct 13, 2007
- Author:
- Ron Sigal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConfiguration
public ServerConfiguration(java.lang.String transport)
ServerConfiguration
public ServerConfiguration()
getInvocationHandlers
public java.util.Map getInvocationHandlers()
setInvocationHandlers
public void setInvocationHandlers(java.util.Map invocationHandlers)
getInvokerLocatorParameters
public java.util.Map getInvokerLocatorParameters()
setInvokerLocatorParameters
public void setInvokerLocatorParameters(java.util.Map invokerLocatorParameters)
getServerParameters
public java.util.Map getServerParameters()
setServerParameters
public void setServerParameters(java.util.Map serverParameters)
getTransport
public java.lang.String getTransport()
setTransport
public void setTransport(java.lang.String transport)
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.