|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EngineConfigurationFactory is an interface used to construct concrete EngineConfiguration instances.
Each EngineConfigurationFactory must also (directly) implement the following static method: //Creates and returns a new EngineConfigurationFactory. //If a factory cannot be created, return 'null'. // //The factory may return non-NULL only if: // - it knows what to do with the param (check type & process value) // - it can find it's configuration information // //@see org.apache.axis.configuration.EngineConfigurationFactoryFinder public static EngineConfigurationFactory newFactory(Object param); This is checked at runtime and a warning generated for factories found that do NOT implement this.
Field Summary | |
static String |
SYSTEM_PROPERTY_NAME
Property name used for setting an EngineConfiguration to be used in creating engines. |
Method Summary | |
EngineConfiguration |
getClientEngineConfig()
Get a default client engine configuration. |
EngineConfiguration |
getServerEngineConfig()
Get a default server engine configuration. |
Field Detail |
public static final String SYSTEM_PROPERTY_NAME
Method Detail |
public EngineConfiguration getClientEngineConfig()
public EngineConfiguration getServerEngineConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |