|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.context.ConfigurationContextFactory
public class ConfigurationContextFactory
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
ConfigurationContextFactory()
|
Method Summary | |
---|---|
static ConfigurationContext |
createBasicConfigurationContext(java.lang.String resourceName)
Creates configuration context using resource file found in the classpath. |
static ConfigurationContext |
createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirement. |
static ConfigurationContext |
createConfigurationContextFromFileSystem(java.lang.String path)
|
static ConfigurationContext |
createConfigurationContextFromFileSystem(java.lang.String path,
java.lang.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 |
createConfigurationContextFromURIs(java.net.URL axis2xml,
java.net.URL repositoy)
|
static ConfigurationContext |
createDefaultConfigurationContext()
Gets the default configuration context by using Axis2.xml in the classpath |
static ConfigurationContext |
createEmptyConfigurationContext()
creates an empty configuration context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
Constructor Detail |
---|
public ConfigurationContextFactory()
Method Detail |
---|
public static ConfigurationContext createConfigurationContext(AxisConfigurator axisConfigurator) throws AxisFault
axisConfigurator
- : AxisConfigurator
AxisFault
- : If somthing goes wrongpublic static ConfigurationContext createConfigurationContextFromFileSystem(java.lang.String path, java.lang.String axis2xml) throws AxisFault
path
- : location of the repositoryaxis2xml
- : location of the axis2.xml (configuration) , you can not give
axis2xml relative to repository.
AxisFault
- in case of problemspublic static ConfigurationContext createConfigurationContextFromFileSystem(java.lang.String path) throws AxisFault
AxisFault
public static ConfigurationContext createConfigurationContextFromURIs(java.net.URL axis2xml, java.net.URL repositoy) throws AxisFault
AxisFault
public static ConfigurationContext createEmptyConfigurationContext() throws AxisFault
AxisFault
public static ConfigurationContext createDefaultConfigurationContext() throws java.lang.Exception
java.lang.Exception
public static ConfigurationContext createBasicConfigurationContext(java.lang.String resourceName) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |