Completing the Java Beans implementation for JAX-WS applications
After we have developed the Java artifacts necessary to develop a JAX-WS Web service, complete the Java Beansimplementation to assemble a WAR file. The resulting WAR file contains the Java Beans implementation and the supported classes created from the tooling.
Develop Java artifacts for JAX-WS applications and optionally generate a WSDL file using the wsgen command-line tool. We can also optionally use deployment descriptors to augment or override binding information contained in annotations for JAX-WS Web services.
For JAX-WS applications, complete the Java Beans implementation by writing your business application.
- Write the Java Beans implementation. The Java Beans implementation is not generated by JAX-WS tooling.
- Compile all the Java classes.
Results
we have now written the Java Beans implementation to complete your Web service application. .
Next steps
After completing the Java Beans implementation, assemble the Web services application.
Related tasks
Implementing Web services applications with JAX-WS
Implementing Web services applications from existing WSDL files with JAX-WS
Assembling Web services applications
Assembling a WAR file that is enabled for Web services from Java code
Related
wsimport command for JAX-WS applications
wsgen command for JAX-WS applications