JAX-WS annotations reference

You can use annotations with Web services to configure bindings and handler chains; and to set names of portType, service and other WSDL parameters. Annotations are used at build time to map Java™ to WSDL files and XML schema, and at run time to control how the JAX-WS runtime environment processes and responds to Web service invocations.

 

Purpose

You can apply annotations to these Java objects:

For more information about the annotations that are supported by JAX-WS, see the related references:

 

Related concepts

Using annotations to create Web services

 

Related tasks

Annotating a Java bean to create a Web service

Creating a Web service from a Java bean and a WSDL file

Annotating an EJB bean to create a Web service

Related information

JSR 175: A Metadata Facility for the Java Programming Language