[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1652) ServiceEndpoint requirements for JBossESB
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Jan 16 12:38:21 EST 2008
[ http://jira.jboss.com/jira/browse/JBWS-1652?page=all ]
Thomas Diesler updated JBWS-1652:
---------------------------------
Fix Version/s: jbossws-native-2.0.4
(was: jbossws-3.0.0)
> ServiceEndpoint requirements for JBossESB
> -----------------------------------------
>
> Key: JBWS-1652
> URL: http://jira.jboss.com/jira/browse/JBWS-1652
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: native-jaxws
> Reporter: Tom Fennelly
> Assigned To: Thomas Diesler
> Fix For: jbossws-native-2.0.4
>
>
> JBossESB implements what it calls a "JBossWSAdapter" (http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/core/listeners/src/org/jboss/soa/esb/actions/soap/JBossWSAdapter.java). This class allows the ESB to expose JBossWS endpoints through the ESB i.e. over all transport protocols supported by the ESB. In order to do this, JBossWSAdapter currently relies on a number of non-public JBossWS classes (tested against jbossws-1.0.3.SP1 only).
> After talking with Thomas (at JavaOne), we established that JBossWS will have a public API that will fit our requirements. This JIRA is just to track the ESB requirements in this area.
> So the ESB needs the following:
> 1. The ability to "lookup" a JBossWS ServiceEndpoint (or its equivalent in the new API). We currently use the ServiceEndpointManagerFactory to do this.
> 2. The ability to invoke the ServiceEndpoint to process a SOAP payload (ala the "ServiceEndpoint.handleRequest" method in jbossws-1.0.3.SP1).
> 3. The ability to register/deploy endpoint implementations. Thomas showed me how this can be done, but I forget the exact code now without having the code in front of me :-)
> 4. The ability to get the endpoint WSDL from the ServiceEndpoint instance (ala the ServiceEndpoint.handleWSDLRequest method in jbossws-1.0.3.SP1).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbossws-issues
mailing list