|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.context.ConfigurationContextFactory
Constructor Summary | |
ConfigurationContextFactory()
|
Method Summary | |
static ConfigurationContext |
createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirment. |
static ConfigurationContext |
createConfigurationContextFromFileSystem(String path,
String axis2xml)
To get a ConfigurationContext for given data , and underline implementation is Axis2 default impl which is file system based deployment model to create an AxisConfiguration. |
static ConfigurationContext |
createEmptyConfigurationContext()
Gets the default configuration context by using the file system based AxisConfiguration. |
static void |
initTransportSenders(ConfigurationContext configContext)
Initializes TransportSenders and TransportListeners with appropriate configuration information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationContextFactory()
Method Detail |
public static ConfigurationContext createConfigurationContext(AxisConfigurator axisConfigurator) throws AxisFault
axisConfigurator
-
AxisFault
public static ConfigurationContext createConfigurationContextFromFileSystem(String path, String axis2xml) throws AxisFault
path
- : location of the repositoryaxis2xml
- : location of the axis2.xml (configuration) file
DeploymentException
AxisFault
public static void initTransportSenders(ConfigurationContext configContext)
configContext
- public static ConfigurationContext createEmptyConfigurationContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |