HandlerChain View Source | Associates the Web Service with an externally defined handler chain. |
Oneway View Source | Indicates that the given @WebMethod has only an input message and no output. |
WebMethod View Source | Customizes a method that is exposed as a Web Service operation. |
WebParam View Source | Customizes the mapping of an individual parameter to a Web Service message part and XML element. |
WebParam.Mode View Source | The direction in which the parameter flows |
WebResult View Source | Customizes the mapping of the return value to a WSDL part and XML element. |
WebService View Source | Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface. |