[
https://issues.apache.org/jira/browse/CXF-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp reassigned CXF-1099:
--------------------------------
Assignee: Daniel Kulp
I just changed the method to just "protected" so subclasses can have access to
it. Is that enough or are other changes needed?
> if finalizeConfig in org.apache.cxf.transport.http.HTTPConduit could be
> protected or public
> -------------------------------------------------------------------------------------------
>
> Key: CXF-1099
> URL: https://issues.apache.org/jira/browse/CXF-1099
> Project: CXF
> Issue Type: Improvement
> Components: Transports
> Affects Versions: 2.1
> Environment: CXF 20071002 snapshot
> Reporter: Gyorgy Orban
> Assignee: Daniel Kulp
>
> finalizeConfig is package private now. It is called from
> AbstractHTTPTransportFactory.getConduit() after HTTPConduit is initialized.
> We would like to extend AbstractHTTPTransportFactory and HTTPConduit. Since
> the initialization process of HTTPConduit involves the calling of
> finalizeConfig() we either need to put our extension in the same package as
> HTTPConduit or practically reimplement the whole HTTPConduit class. None of
> these are very elegant, so it would be really cool if we could do this in a
> decent way. Of course, if you think we shouldn't extend these classes at all,
> or extend in a different way, please let us know.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.