[ http://issues.apache.org/jira/browse/AXIS2-1346?page=comments#action_12443784 ] Thilo Frotscher commented on AXIS2-1346: ----------------------------------------
- This parameter should be called "objectSupplier", not "objectSuppler"... an _i_ is missing. The same applies to the name of the new class. - Why does "ServiceClass" start with a capital "S" while "objectSupplier" starts with a lower "o"? If there was a common spelling policy across all configuration files, I would make life a lot easier. Thanks, Thilo > 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 > Components: deployment > Reporter: Deepal Jayasinghe > Assigned To: Deepal Jayasinghe > Priority: Blocker > > 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]
