| |
|
| java.lang.Object org.apache.axis2.jaxws.ClientConfigurationFactory
ClientConfigurationFactory | public class ClientConfigurationFactory (Code) | | This class serves as a factory for ConfigurationContexts suitable in the client environment.
|
completeAxis2Configuration | public synchronized void completeAxis2Configuration(AxisService service) throws DeploymentException, Exception(Code) | | Perform any final client-specific configuration on a newly created AxisService.
Parameters: service - A newly created AxisService on which to perform any final client-relatedconfiguration. throws: DeploymentException - throws: Exception - |
getClientConfigurationContext | public synchronized ConfigurationContext getClientConfigurationContext()(Code) | | Loads up a ConfigurationContext object using the configuration builder.
a ConfigurationContext object that is suitable for the client environment |
|
|
|