public interface ClientConfigurer
Modifier and Type | Method and Description |
---|---|
void |
setConfigHandlers(BindingProvider bp,
String configFile,
String configName)
Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.
|
void |
setConfigProperties(Object obj,
String configFile,
String configName)
Reads a client configuration and setups the properties in the provided client proxy accordingly.
|
void setConfigHandlers(BindingProvider bp, String configFile, String configName)
bp
- The BindingProvider instance to setupconfigFile
- The configuration fileconfigName
- The configuration namevoid setConfigProperties(Object obj, String configFile, String configName)
obj
- The client proxy (port) or dispatchconfigFile
- The configuration fileconfigName
- The configuration nameCopyright © 2018 JBoss by Red Hat. All rights reserved.