|
In order to support JAX-WS 2.1, the EjbWsContext.getEndpointReference() methods need to be implemented correctly. Each JAX-WS provider (Axis2, CXF, etc.) has its own way of creating the EndpointReference and so EjbWsContext.getEndpointReference() will need to delegate the call to some provider-specific function to generate the EndpointReference.
|