Chapter 11. Exposing Java Code as a Web Service
This chapter contains the following recipes:
- Creating a service endpoint interface
- Using non-exposable methods of service interface
- Annotating the service endpoint interface with
@WebService
- Annotating the service endpoint interface with
@SOAPBinding
- Wrapping exceptions into faults
- Defining a request wrapper for a web service
- Defining a response wrapper for a web service
- Defining a one or two way web service
- Defining the direction of the parameters
- Publishing a web service without an application server