[JBoss JIRA] (JBWS-3901) Allow configuring default HTTP Conduit
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3901:
-------------------------------------
Summary: Allow configuring default HTTP Conduit
Key: JBWS-3901
URL: https://issues.jboss.org/browse/JBWS-3901
Project: JBoss Web Services
Issue Type: Feature Request
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.0
With the Spring integration being deprecated, it's becoming even more important to allow users to easily set up the most common parameters in the CXF HTTP Conduit. Those include options fof HTTP chunking configuration as well as TLS/SSL options.
We could have a custom implementation of org.apache.cxf.transport.http.HTTPConduitFactory installed into each Bus that's build using the JBossWSBusFactory. That would configure any bus with proper defaults; it would get the values for the most common options through system properties.
Moreover, we could use the usual Service API (META-INF/services/org.apache.cxf.transport.http.HTTPConduitFactory) for resolving optional user provided conduit factories, to override the default behaviour.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 8 months