Provide better SPI functionality to setup WS Endpoints on arbitrary transports
------------------------------------------------------------------------------
Key: JBWS-2024
URL:
http://jira.jboss.com/jira/browse/JBWS-2024
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jbossws-3.0.2
We are looking for something like
Container container = new Container();
Endpoint ep = new Endpoint("EndpointName", MyTargetBean.class);
container.publish(ep)
A container would be the provider of
Container
- getRuntimeLoader
- resolveMetaData
- getTransport
- etc ...
--
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