You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dan Diephouse (JIRA)" <ji...@apache.org> on 2007/03/31 22:42:25 UTC

[jira] Closed: (CXF-145) Dynamic discovery of binding creators

     [ https://issues.apache.org/jira/browse/CXF-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Diephouse closed CXF-145.
-----------------------------

    Resolution: Fixed

Dan Kulp just fixed this in SVN.

> Dynamic discovery of binding creators
> -------------------------------------
>
>                 Key: CXF-145
>                 URL: https://issues.apache.org/jira/browse/CXF-145
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: Dan Diephouse
>             Fix For: 2.0-RC
>
>
> It would be nice if in ServerFactoryBean, ServiceImpl, etc, we could dynamically discover which BindingInfoFactoryBean we want to use. 
> I am reluctant to have a BindingInfoFactoryBeanFactory as this seems a bit odd. It is nice to be able to just create your own factory bean:
> factory = new SoapBindingInfoFactoryBean()
> factory.setStyle("document");
> ...etc.
> I am not sure what the potential resolution might be. Feel free to add some ideas in the comments.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.