You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "maomaode (JIRA)" <ji...@apache.org> on 2007/12/24 08:50:43 UTC

[jira] Resolved: (CXF-1323) BindingProvider API -- getEndpointReference

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

maomaode resolved CXF-1323.
---------------------------

    Resolution: Fixed

> BindingProvider API -- getEndpointReference
> -------------------------------------------
>
>                 Key: CXF-1323
>                 URL: https://issues.apache.org/jira/browse/CXF-1323
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: maomaode
>            Assignee: maomaode
>             Fix For: 2.1
>
>
> BindingProviderImpl should implement the following API of BindingProvider 
>     public EndpointReference getEndpointReference() {
>         throw new UnsupportedOperationException();
>     }
>     public <T extends EndpointReference> T getEndpointReference(Class<T> clazz) {
>         throw new UnsupportedOperationException();
>     }

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