Generated code
Table1 describes the files generated for creating a service.
Table 1: Generated Classes for a Service
| File | Description | 
|---|---|
| portTypeName.java | The SEI. This file contains the interface your service implements. You should not edit this file. | 
| serviceName.java | The endpoint. This file contains the Java class your clients will use to make requests on the service. | 
| portTypeNameImpl.java | The skeleton implementation class. You will modify this file to implement your service. | 
| portTypeName_portTypeName... ImplPort_Server.java | A basic server main() that allows you to deploy your service as a stand alone process. |