|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ws.axis.ModuleEngineConfigurationFactory
This is the JOnAS implementation of EngineConfigurationFactory. It override Axis default one.
Field Summary | |
static java.lang.String |
AXIS_CLIENT_CONFIG_PARAM
client config parameter name in jonas-init-param |
protected static java.lang.String |
CLIENT_CONFIG_FILE
Default client config file name |
static java.lang.String |
OPTION_CLIENT_CONFIG_FILE
Property name for client config file |
Fields inherited from interface org.apache.axis.EngineConfigurationFactory |
SYSTEM_PROPERTY_NAME |
Constructor Summary | |
protected |
ModuleEngineConfigurationFactory(CompNamingContext ctx)
Create the default engine configuration and detect whether the user has overridden this with their own. |
Method Summary | |
org.apache.axis.EngineConfiguration |
getClientEngineConfig()
Get a client engine configuration. |
org.apache.axis.EngineConfiguration |
getServerEngineConfig()
Return null. |
static org.apache.axis.EngineConfigurationFactory |
newFactory(java.lang.Object param)
Creates and returns a new ModuleEngineConfigurationFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String OPTION_CLIENT_CONFIG_FILE
protected static final java.lang.String CLIENT_CONFIG_FILE
public static final java.lang.String AXIS_CLIENT_CONFIG_PARAM
Constructor Detail |
protected ModuleEngineConfigurationFactory(CompNamingContext ctx)
ctx
- a CompNamingContext where we can find : Method Detail |
public static org.apache.axis.EngineConfigurationFactory newFactory(java.lang.Object param)
param
- The object used to retrieved the right Factory instance
public org.apache.axis.EngineConfiguration getClientEngineConfig()
getClientEngineConfig
in interface org.apache.axis.EngineConfigurationFactory
public org.apache.axis.EngineConfiguration getServerEngineConfig()
getServerEngineConfig
in interface org.apache.axis.EngineConfigurationFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |