The file summary of the WSDL2JAVA generated is as follows:
Client-Side Bindings:
Sample: java org.apache.axis.wsdl.wsdl2java addressbook.wsdl
The Java class generated by the WSDL clause is a HOLDER class in a Java class in the Type area. If this Type is used as the inout / output parameter for each porttype, a Java interface for each Binding a Stub class for each service A service interface a service implementation (as a locator)
Server-Side Bindings:
Sample: java org.apache.axis.wsdl.wsdl2java --server-side addressbook.wsdl
The Java class generated by the WSDL clause gives each Binding a SKELETON class (if -skeletondeploy is set to True) an implementation template class (for users to modify the implementation) for all Services a deploy.wsdd file a undeploy.wsdd file