You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Paul R. Brown (JIRA)" <ji...@apache.org> on 2007/02/05 20:56:06 UTC

[jira] Created: (CXF-407) Create a JAXB client without wsdl-to-java step

Create a JAXB client without wsdl-to-java step
----------------------------------------------

                 Key: CXF-407
                 URL: https://issues.apache.org/jira/browse/CXF-407
             Project: CXF
          Issue Type: New Feature
          Components: Core, JAXB Databinding, Service Model
            Reporter: Paul R. Brown


The goal is to allow someone to create a client without ever running wsdl2java.  The attached patch augments some of the core CXF classes in trivial ways and provides a factory class that creates client instances from a WSDL URL.  The context classloader is augmented to include the JAXB-generated classes for the client, so request/response objects need to be created/accessed with reflection (or using a dynamic language like Groovy or JRuby or...).

Hope that this is useful.

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


[jira] Assigned: (CXF-407) Create a JAXB client without wsdl-to-java step

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Diephouse reassigned CXF-407:
---------------------------------

    Assignee: Dan Diephouse

Thanks Paul :-)

> Create a JAXB client without wsdl-to-java step
> ----------------------------------------------
>
>                 Key: CXF-407
>                 URL: https://issues.apache.org/jira/browse/CXF-407
>             Project: CXF
>          Issue Type: New Feature
>          Components: Core, JAXB Databinding, Service Model
>            Reporter: Paul R. Brown
>         Assigned To: Dan Diephouse
>         Attachments: dynamicclient.patch
>
>
> The goal is to allow someone to create a client without ever running wsdl2java.  The attached patch augments some of the core CXF classes in trivial ways and provides a factory class that creates client instances from a WSDL URL.  The context classloader is augmented to include the JAXB-generated classes for the client, so request/response objects need to be created/accessed with reflection (or using a dynamic language like Groovy or JRuby or...).
> Hope that this is useful.

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


[jira] Updated: (CXF-407) Create a JAXB client without wsdl-to-java step

Posted by "Paul R. Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul R. Brown updated CXF-407:
------------------------------

    Attachment: dynamicclient.patch

> Create a JAXB client without wsdl-to-java step
> ----------------------------------------------
>
>                 Key: CXF-407
>                 URL: https://issues.apache.org/jira/browse/CXF-407
>             Project: CXF
>          Issue Type: New Feature
>          Components: Core, JAXB Databinding, Service Model
>            Reporter: Paul R. Brown
>         Attachments: dynamicclient.patch
>
>
> The goal is to allow someone to create a client without ever running wsdl2java.  The attached patch augments some of the core CXF classes in trivial ways and provides a factory class that creates client instances from a WSDL URL.  The context classloader is augmented to include the JAXB-generated classes for the client, so request/response objects need to be created/accessed with reflection (or using a dynamic language like Groovy or JRuby or...).
> Hope that this is useful.

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


[jira] Closed: (CXF-407) Create a JAXB client without wsdl-to-java step

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Diephouse closed CXF-407.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC

Applied to SVN.

> Create a JAXB client without wsdl-to-java step
> ----------------------------------------------
>
>                 Key: CXF-407
>                 URL: https://issues.apache.org/jira/browse/CXF-407
>             Project: CXF
>          Issue Type: New Feature
>          Components: Core, JAXB Databinding, Service Model
>            Reporter: Paul R. Brown
>         Assigned To: Dan Diephouse
>             Fix For: 2.0-RC
>
>         Attachments: dynamicclient.patch
>
>
> The goal is to allow someone to create a client without ever running wsdl2java.  The attached patch augments some of the core CXF classes in trivial ways and provides a factory class that creates client instances from a WSDL URL.  The context classloader is augmented to include the JAXB-generated classes for the client, so request/response objects need to be created/accessed with reflection (or using a dynamic language like Groovy or JRuby or...).
> Hope that this is useful.

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