Provide a way to expose interface to client instead of concrete class
---------------------------------------------------------------------
Key: AXIS2-1346
URL: http://issues.apache.org/jira/browse/AXIS2-1346
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Reporter: Deepal Jayasinghe
Assigned To: Deepal Jayasinghe
There may be instance where service author has interface that he need to
generate wsdl , while he has separate service impl class. With current Axis2
impl there is no way to achieve this goal.
I think we can solve this problem by adding one more optional parameter to
services.xml
<parameter name="ServiceInterface">qualified name of the service interface
</parameter>
in addition to
<parameter name="ServiceClass">qualified name of the service class </parameter>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]