Class ClientConfigFeature

    • Constructor Detail

      • ClientConfigFeature

        public ClientConfigFeature()
      • ClientConfigFeature

        public ClientConfigFeature​(String configFile,
                                   String configName)
        Creates a feature for initializing the JAXWS client using the specified predefined configuration.
        Parameters:
        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.
      • ClientConfigFeature

        public ClientConfigFeature​(String configFile,
                                   String configName,
                                   boolean configureProperties)
        Creates a feature for initializing the JAXWS client using the specified predefined configuration.
        Parameters:
        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)
    • Method Detail

      • initialize

        public void initialize​(Object obj)
        Description copied from class: AbstractClientFeature
        Initializes the provided JAXWS client component; this is called by the the JBossWS impl of JAXWS Provider.
        Overrides:
        initialize in class AbstractClientFeature
        Parameters:
        obj - client component
      • getConfigFile

        public String getConfigFile()
      • setConfigFile

        public void setConfigFile​(String configFile)
      • getConfigName

        public String getConfigName()
      • setConfigName

        public void setConfigName​(String configName)
      • isConfigureProperties

        public boolean isConfigureProperties()
      • setConfigureProperties

        public void setConfigureProperties​(boolean configureProperties)