[
https://issues.apache.org/jira/browse/OPENEJB-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631477#action_12631477
]
Jarek Gawor commented on OPENEJB-917:
-------------------------------------
Btw, the is org.apache.openejb.core.singleton.EjbWsContext and
org.apache.openejb.core.stateless.EjbWsContext which are identical at this
point. If they are going to be the same in the future, it might be nicer to
have one copy of this class and move it to org.apache.openejb.core.webservices
package (or something like that).
> JAX-WS 2.1: Support for WebServiceContext.getEndpointReference()
> ----------------------------------------------------------------
>
> Key: OPENEJB-917
> URL: https://issues.apache.org/jira/browse/OPENEJB-917
> Project: OpenEJB
> Issue Type: New Feature
> Components: webservices
> Affects Versions: (trunk/openejb3)
> Reporter: Jarek Gawor
> Attachments: OPENEJB-917.patch
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.