[jbossws-issues] [JBoss JIRA] (JBWS-3846) Refactor creation process of jaxws handlers from predefined configurations

Alessio Soldano (JIRA) issues at jboss.org
Mon Oct 20 11:54:35 EDT 2014


Alessio Soldano created JBWS-3846:
-------------------------------------

             Summary: Refactor creation process of jaxws handlers from predefined configurations
                 Key: JBWS-3846
                 URL: https://issues.jboss.org/browse/JBWS-3846
             Project: JBoss Web Services
          Issue Type: Task
          Components: jbossws-cxf, jbossws-integration
            Reporter: Alessio Soldano
             Fix For: jbossws-cxf-5.0


We currently have no special integration with the container for jaxws handlers created from a predefined client/endpoint configuration. We need to support @PostConstruct, @PreDestroy methods, as well as @EJB, @Resource and CDI injection.
Most likely this basically boils down to having AS components created for these handlers too, the same we have for jaxws handlers created after having parsed the @HandlerChain annotation. See org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_HANDLER and org.jboss.as.webservices.injection.WSHandlerChainAnnotationProcessor as starting point.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbossws-issues mailing list