You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2007/02/01 15:30:15 UTC

[jira] Created: (CXF-399) Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level

Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level
-------------------------------------------------------------------------------------------------

                 Key: CXF-399
                 URL: https://issues.apache.org/jira/browse/CXF-399
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
            Reporter: Eoghan Glynn
         Assigned To: Eoghan Glynn


Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level, including but not limited to:

- BindingProvider.getEdnpointReference()
- Provider.createEndpointReference()
- Service.getPort(EndpointReference ...)

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


[jira] Resolved: (CXF-399) Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level

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

Eoghan Glynn resolved CXF-399.
------------------------------

    Resolution: Fixed

Initial cut implemented by Gary Tully  and committed in r530804, requires using a utility class to access the internal impl from the JAX-WS 2.0 Service instance. 

Also uses the JAXB generated EndpointReferenceType instead of the JAX-WS 2.1 EndpointReference as the EPR representation.

> Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level
> -------------------------------------------------------------------------------------------------
>
>                 Key: CXF-399
>                 URL: https://issues.apache.org/jira/browse/CXF-399
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>            Reporter: Eoghan Glynn
>         Assigned To: Eoghan Glynn
>
> Support new APIs in JAX-WS 2.1 related to creation and binding of EPRs from the application level, including but not limited to:
> - BindingProvider.getEdnpointReference()
> - Provider.createEndpointReference()
> - Service.getPort(EndpointReference ...)

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