Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1
-------------------------------------------------------------------------------

                 Key: CXF-1316
                 URL: https://issues.apache.org/jira/browse/CXF-1316
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.1
            Reporter: Jervis Liu


Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1:

1. in Client.java, we should not build EndpointReferenceType by ourselves, 
instead we should use Endpoint.getEndpointReference to acquire an 
EndpointReference instance from the published endpoint.

2. Replace EndpointReferenceType (which is CXF internal type) with the 
W3CEndpointReference type which is defined by the spec.

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