[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2521) Refactor / rewrite ServiceObjectFactory

Richard Opalka (JIRA) jira-events at lists.jboss.org
Mon May 25 09:01:12 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBWS-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12469034#action_12469034 ] 

Richard Opalka commented on JBWS-2521:
--------------------------------------

It is not possible to use ".jaxws-client.proxyFactory" suggestion above.
We need to hook to JAX-WS runtime before Port/Dispatch construction.
The above suggestion doesn't fit this requirement.

> Refactor / rewrite ServiceObjectFactory
> ---------------------------------------
>
>                 Key: JBWS-2521
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2521
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>            Reporter: Alessio Soldano
>            Assignee: Richard Opalka
>             Fix For: jbossws-cxf-3.1.2, jbossws-cxf-3.2.0
>
>
> The jbossws-cxf ServiceObjectFactory needs to be cleaned:
> - Bus retrieval: this is currently performed through reflection on the Service class and following cast to cxf ServiceImpl; leveraging the BusFactory should be enough to get the default bus that is used by the cxf ProviderImpl for every Service creation
> - ServiceRef stub properties setup: this is currently performed through reflection on Service class to get the ServiceDelegate and then changing the ServiceDelegate instance at runtime with a custom one that sets the properties. Instead of doing this hack, we should evaluate leveraging the CXF configuration for runtime constructed objects (http://cwiki.apache.org/CXF20DOC/configuration-of-runtime-constructed-objects.html). IOW cxf ServiceImpl looks for a bean named portName.toString() + ".jaxws-client.proxyFactory" to configure the JaxWsProxyFactoryBean used to build the port and that factory bean allows for setting the stub properties. We might be able to generate on the fly and supply a bean configuration to the cxf bus for having our stub properties automatically configured by the already existing cxf configuration system.
> - perhaps even the handler chain configuration can be achieved in a way similar to the described in the previous point.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list