[jbossws-issues] [JBoss JIRA] (JBWS-3901) Allow configuring default HTTP Conduit

Alessio Soldano (JIRA) issues at jboss.org
Wed Apr 1 01:31:18 EDT 2015


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)


More information about the jbossws-issues mailing list