Class ClientConfigFeature


public final class ClientConfigFeature extends AbstractClientFeature
A JBoss client JAXWS feature that setup a JBossWS predefined client config
Author:
Alessio Soldano
  • Constructor Details

    • 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 Details

    • 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
    • initializeBindingProvider

      protected void initializeBindingProvider(BindingProvider bp)
      Description copied from class: AbstractClientFeature
      Initializes the provided BindingProvider instance
      Overrides:
      initializeBindingProvider in class AbstractClientFeature
      Parameters:
      bp - binding provider
    • 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)