| |
|
| java.lang.Object org.objectweb.jonas.ws.axis.JServletEngineConfigurationFactory
JServletEngineConfigurationFactory | public class JServletEngineConfigurationFactory implements EngineConfigurationFactory(Code) | | This is the JOnAS implementation of EngineConfigurationFactory for Servlet.
It override Axis default one (EngineConfigurationFactoryServlet).
author: Guillaume Sauthier author: Xavier Delplanque |
AXIS_SERVER_CONFIG_PARAM | final public static String AXIS_SERVER_CONFIG_PARAM(Code) | | server config parameter name in init-param
|
SERVER_CONFIG_WSDD | final public static String SERVER_CONFIG_WSDD(Code) | | server-config.wsdd base
|
JServletEngineConfigurationFactory | protected JServletEngineConfigurationFactory(ServletConfig conf)(Code) | | Create the default engine configuration and detect whether the user has
overridden this with their own.
Parameters: conf - a ServletConfig |
getClientEngineConfig | public EngineConfiguration getClientEngineConfig()(Code) | | Return null. (Not used for WebService server-side)
null |
getServerEngineConfig | public EngineConfiguration getServerEngineConfig()(Code) | | Get a server engine configuration. Try to load it from a File or as a
ServletContext Resource. Delegate to EngineConfigurationFactoryServlet
for default behavior.
a server side EngineConfiguration |
newFactory | public static EngineConfigurationFactory newFactory(Object param)(Code) | | Creates and returns a new JServletEngineConfigurationFactory. If a factory
cannot be created, return 'null'. The factory may return non-NULL only
if:
- it knows what to do with the param (param != null)
- it can find it's configuration information
Parameters: param - The object used to retrieved the right Factory instance null if param is not a ServletContext, or return the JOnASEngineConfigurationFactory used for a service-endpoint. |
|
|
|