[
https://jira.jboss.org/jira/browse/JBWS-2199?page=com.atlassian.jira.plug...
]
Richard Opalka commented on JBWS-2199:
--------------------------------------
Some thoughts on this topic (from my local TODO list):
Create proper Injection abstraction that will enable:
* determine whether targetBean have specified annotation on fields/methods
* allow to call specific injections (e.g. postConstructio, WebServiceContext injection)
* all have to be SPI driven, our current Injection mechanism delegates to jbossws-common
(similar to how WebServiceContext injection works, i.e. it is services driven)
* review injection meta data propagatation, we're using attachments approach,
I don't like this approach because we're exposing our behaviour.
More appropriate approache should be introduced.
Injection abstraction
---------------------
Key: JBWS-2199
URL:
https://jira.jboss.org/jira/browse/JBWS-2199
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: jbossws-integration
Reporter: Thomas Diesler
Assignee: Richard Opalka
Fix For: jbossws-native-3.3
We will need abstractions of
* InjectionTargetContainer
which controls the lifecycle of injection targets
* InjectionTarget
is a web service component that can have stuff injected (i.e. JSE/EJB3 endpoint,
handler)
* Injectable
is a web service component that can be injected (i.e. WebServiceContext, ServiceRef)
--
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