|
|||||||||||
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 | |
ConfigurationContext |
buildClientConfigurationContext(java.lang.String axis2home)
Built the Configuration for the Client |
ConfigurationContext |
buildConfigurationContext(java.lang.String repositoryName)
Build the configuration for the Server |
static void |
createChains(ServiceDescription service,
AxisConfiguration configurationContextVal,
java.util.ArrayList modules)
Here the Phases are resolved and the Order of the Handlers are established |
void |
initTransports(ConfigurationContext configContext)
This method initilize the transports, passing the information taken from the deployment to the real instance, for and example here the TransportSender
get a referance to the TransportOutDescription . |
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 ConfigurationContext buildConfigurationContext(java.lang.String repositoryName) throws DeploymentException
repositoryName
-
DeploymentException
public ConfigurationContext buildClientConfigurationContext(java.lang.String axis2home) throws DeploymentException
axis2home
- the value can be null and it is resolved to the default
axis2.xml file
DeploymentException
public static void createChains(ServiceDescription service, AxisConfiguration configurationContextVal, java.util.ArrayList modules) throws PhaseException
service
- configurationContextVal
- modules
-
PhaseException
public void initTransports(ConfigurationContext configContext) throws AxisFault
TransportSender
get a referance to the TransportOutDescription
.
configContext
-
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |