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
             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.

Reply via email to