Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-4003

[API] Add ClientConfigFeature(String configName) constructor

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • None
    • None

      For predefined client-config settings in standalone.xml, it would be more elegant to add a new constructor in org.jboss.ws.api.configuration.ClientConfigFeature that only takes a configName and forces configureProperties=true.

         public ClientConfigFeature(String configName) {
            this(null, configName, true);
         }
      

              Unassigned Unassigned
              willem.salembier@gmail.com Willem Salembier (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: