The Java classes generated by wsdl2java from WSDL file implement * org.apache.axis2.databinding.ADBBean*. Is there any way to make them implement our own interfaces? If yes how?
Wsdl2java has a -ssi option which generate an interface for the service implementation only not for other generated classes. Thanks Joe
