public interface ClientConfigurer
| Modifier and Type | Method and Description |
|---|---|
void |
setConfigHandlers(javax.xml.ws.BindingProvider bp,
java.lang.String configFile,
java.lang.String configName)
Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.
|
void |
setConfigProperties(java.lang.Object obj,
java.lang.String configFile,
java.lang.String configName)
Reads a client configuration and setups the properties in the provided client proxy accordingly.
|
void setConfigHandlers(javax.xml.ws.BindingProvider bp,
java.lang.String configFile,
java.lang.String configName)
bp - The BindingProvider instance to setupconfigFile - The configuration fileconfigName - The configuration namevoid setConfigProperties(java.lang.Object obj,
java.lang.String configFile,
java.lang.String configName)
obj - The client proxy (port) or dispatchconfigFile - The configuration fileconfigName - The configuration name