Web services use four annotation tags for WebSphere® Rapid Deployment.
Tags
- @WebSphere.WebService
- This tag provides information about the Web service and is a required
tag for all Web service implementation classes. For more information refer
to: @WebSphere.WebService
- @WebSphere.WebMethod
- Use this tag to include a method in a Service Endpoint Interface (SEI).
For more information refer to: @WebSphere.WebMethod
- @WebSphere.SOAPBinding
- Use this tag to generate a SOAP over JMS binding for the Web service.
For more information refer to: @WebSphere.SOAPBinding
- @WebSphere.EJBBinding
- Use this tag to remotely access an EJB. For more information refer to: @WebSphere.EJBBinding