public final class ClientConfigFeature extends AbstractClientFeature
enabled
Constructor and Description |
---|
ClientConfigFeature() |
ClientConfigFeature(String configFile,
String configName)
Creates a feature for initializing the JAXWS client using
the specified predefined configuration.
|
ClientConfigFeature(String configFile,
String configName,
boolean configureProperties)
Creates a feature for initializing the JAXWS client using
the specified predefined configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigFile() |
String |
getConfigName() |
void |
initialize(Object obj)
Initializes the provided JAXWS client component; this is called by the
the JBossWS impl of JAXWS Provider.
|
protected void |
initializeBindingProvider(BindingProvider bp)
Initializes the provided BindingProvider instance
|
boolean |
isConfigureProperties() |
void |
setConfigFile(String configFile) |
void |
setConfigName(String configName) |
void |
setConfigureProperties(boolean configureProperties) |
getID
isEnabled
public ClientConfigFeature()
public ClientConfigFeature(String configFile, String configName)
configFile
- The config file to read the config from;
null if the config is meant to be read
from the AS model.configName
- The config name to read.public ClientConfigFeature(String configFile, String configName, boolean configureProperties)
configFile
- The config file to read the config from;
null if the config is meant to be read
from the AS model.configName
- The config name to read.configureProperties
- Whether or not to set properties
from the specified config (default false)public void initialize(Object obj)
AbstractClientFeature
initialize
in class AbstractClientFeature
obj
- client componentprotected void initializeBindingProvider(BindingProvider bp)
AbstractClientFeature
initializeBindingProvider
in class AbstractClientFeature
bp
- binding providerpublic String getConfigFile()
public void setConfigFile(String configFile)
public String getConfigName()
public void setConfigName(String configName)
public boolean isConfigureProperties()
public void setConfigureProperties(boolean configureProperties)
Copyright © 2016 JBoss by Red Hat. All rights reserved.