public class ConfigurationContextFactory extends Object
ConfigurationContext
instances for ws-client calls
the axis2.xml and repositories have to be in ws/client.ctxConstructor and Description |
---|
ConfigurationContextFactory() |
Modifier and Type | Method and Description |
---|---|
static org.apache.axis2.context.ConfigurationContext |
getClientConfigurationContext()
creates
ConfigurationContext from ws/client.ctx/default |
static org.apache.axis2.context.ConfigurationContext |
getClientConfigurationContext(File baseDir,
String name)
creates
ConfigurationContext from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name /repository, ws/client.ctx/default/repository will be used |
static org.apache.axis2.context.ConfigurationContext |
getClientConfigurationContext(String name)
creates
ConfigurationContext from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name /repository, ws/client.ctx/default/repository will be used |
static org.apache.axis2.context.ConfigurationContext |
getDefaultConfigurationContext() |
public static org.apache.axis2.context.ConfigurationContext getDefaultConfigurationContext()
public static org.apache.axis2.context.ConfigurationContext getClientConfigurationContext()
ConfigurationContext
from ws/client.ctx/defaultConfigurationContext
public static org.apache.axis2.context.ConfigurationContext getClientConfigurationContext(String name) throws org.apache.axis2.AxisFault
ConfigurationContext
from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name
/repository, ws/client.ctx/default/repository will be usedname
ConfigurationContext
org.apache.axis2.AxisFault
public static org.apache.axis2.context.ConfigurationContext getClientConfigurationContext(File baseDir, String name) throws org.apache.axis2.AxisFault
ConfigurationContext
from ws/client.ctx/name
if no repository can be found at ws/client.ctx/name
/repository, ws/client.ctx/default/repository will be usedname
ConfigurationContext
org.apache.axis2.AxisFault
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.