javax.jws |
|
Java Source File Name | Type | Comment |
HandlerChain.java | Annotation | Associates the Web Service with an externally defined handler chain. |
Oneway.java | Annotation | Indicates that the given @WebMethod has only an input message and no output. |
WebMethod.java | Annotation | Customizes a method that is exposed as a Web Service operation.
The associated method must be public and its parameters return value,
and exceptions must follow the rules defined in JAX-RPC 1.1, section 5.
The method is not required to throw java.rmi.RemoteException.
author: Copyright (c) 2004 by BEA Systems, Inc. |
WebParam.java | Annotation | Customizes the mapping of an individual parameter to a Web Service message part and XML element.
author: Copyright (c) 2004 by BEA Systems, Inc. |
WebResult.java | Annotation | Customizes the mapping of the return value to a WSDL part and XML element.
author: Copyright (c) 2004 by BEA Systems, Inc. |
WebService.java | Annotation | Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
author: Copyright (c) 2004 by BEA Systems, Inc. |