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

Gary Tully updated CXF-542:
---------------------------

    Attachment: multiplex-cxf-542.r530748.patch

update to revision 5307

remove code duplication in ContextUtils, use EndpointReferenceUtils instead. 
Use Names constants through out. tx Eoghan.

> Support the factory pattern using a single stateless service endpoint 
> ----------------------------------------------------------------------
>
>                 Key: CXF-542
>                 URL: https://issues.apache.org/jira/browse/CXF-542
>             Project: CXF
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Gary Tully
>         Attachments: multiplex-cxf-542.1.patch, multiplex-cxf-542.patch, 
> multiplex-cxf-542.r530748.patch
>
>
> provide support fo the features described at 
> http://mail-archives.apache.org/mod_mbox/incubator-cxf-dev/200704.mbox/[EMAIL 
> PROTECTED]
> The factory pattern of statefull service interaction does not scale with 
> webservices. However in the case of a single implementation endpoint where 
> the state is embedded in the endpoint reference, it is possible to scale the 
> factory pattern in a reasonable matter. the state embedded in the endpoint 
> reference is used as a key into some persistent store that is used for the 
> duration on the request dispatch.
> Support of this nature requires a mechanism to propagate state in an endpoint 
> reference. ie: create an endpoint reference for an existing service with an 
> embedded id, the option to retrieve the id at runtime from the current 
> endpoint reference.
> For a client, an easy way to use an endpoint reference is required. Something 
> like the jaxws2.0 service.getPort(endpointreferencetype...)

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