| Enum | Description | 
|---|---|
| WebParam.Mode | 
 The direction in which the parameter flows 
 | 
| Annotation Type | Description | 
|---|---|
| HandlerChain | 
 Associates the Web Service with an externally defined handler chain. 
 | 
| Oneway | 
 Indicates that the given @WebMethod has only an input message and no output. 
 | 
| WebMethod | 
 Customizes a method that is exposed as a Web Service operation. 
 | 
| WebParam | 
 Customizes the mapping of an individual parameter to a Web Service message part and XML element. 
 | 
| WebResult | 
 Customizes the mapping of the return value to a WSDL part and XML element. 
 | 
| WebService | 
 Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface. 
 | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2012, Oracle and/or its affiliates.  All rights reserved.