|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.ClientConfigurationFactory
public class ClientConfigurationFactory
This class serves as a factory for ConfigurationContexts suitable in the client environment.
| Constructor Summary | |
|---|---|
ClientConfigurationFactory()
Default constructor |
|
ClientConfigurationFactory(AxisConfigurator configurator)
Create a ConfigurationContext from the specified configurator |
|
ClientConfigurationFactory(String repoPath,
String axisConfigPath)
Create a ConfigurationContext from the specified repository and axis2.xml |
|
| Method Summary | |
|---|---|
void |
completeAxis2Configuration(AxisService service)
Perform any final client-specific configuration on a newly created AxisService. |
ConfigurationContext |
getClientConfigurationContext()
Loads up a ConfigurationContext object using the configuration builder. |
static ClientConfigurationFactory |
newInstance()
Returns a ClientConfigurationFactory object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientConfigurationFactory(AxisConfigurator configurator)
configurator -
public ClientConfigurationFactory(String repoPath,
String axisConfigPath)
configurator - public ClientConfigurationFactory()
| Method Detail |
|---|
public static ClientConfigurationFactory newInstance()
public ConfigurationContext getClientConfigurationContext()
public void completeAxis2Configuration(AxisService service)
throws DeploymentException,
Exception
service - A newly created AxisService on which to perform any final client-related
configuration.
DeploymentException
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||