Provide a way to set the implementation class used in services.xml
------------------------------------------------------------------

                 Key: AXIS2-1257
                 URL: http://issues.apache.org/jira/browse/AXIS2-1257
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: databinding
    Affects Versions: nightly
            Reporter: Dennis Sosnoski
            Priority: Minor


I seem to remember some discussion of setting the implementation class to be 
used for a service when running WSDL2Java (so that the resulting services.xml 
will have the <parameter name="ServiceClass"> value set appropriately). Looking 
at the code, though, I don't see any way to set this.

I'd think this would be a very desirable feature for users, so that they can 
code an implementation class that extends the interface generated with -ssi and 
have the generated services.xml reference their implementation class. Currently 
users only have the choices of replacing the generated *Skeleton class or 
editing the generated services.xml to point to their own implementation class. 
If the users do specify their own implementation class the code generation 
should only generate the interface and should skip generating *Skelton 
completely, since it's unnecessary.

-- 
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]

Reply via email to