andymc12 commented on a change in pull request #849:
URL: https://github.com/apache/cxf/pull/849#discussion_r706944570
##########
File path:
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.java
##########
@@ -403,13 +412,45 @@ protected void initClient(AbstractClient client, Endpoint
ep, boolean addHeaders
});
}
}
+
+ protected <C extends Configurable<C>> Configurable<?> getConfigurableFor(C
context) {
Review comment:
Just thinking that this method might be better off named
`newConfigurableFor` to avoid confusion. My first thought was that this method
might be used to cache the configurable based on the passed-in context - like a
`Map<C, Configurable<C>>`. No worries if you'd prefer to keep it as-is though.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]