[jbossws-issues] [JBoss JIRA] (JBWS-4003) [API] Add ClientConfigFeature(String configName) constructor

Willem Salembier (JIRA) issues at jboss.org
Tue Aug 2 05:35:00 EDT 2016


Willem Salembier created JBWS-4003:
--------------------------------------

             Summary: [API] Add ClientConfigFeature(String configName) constructor
                 Key: JBWS-4003
                 URL: https://issues.jboss.org/browse/JBWS-4003
             Project: JBoss Web Services
          Issue Type: Feature Request
            Reporter: Willem Salembier


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}}.

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




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossws-issues mailing list