A B C D E F H I J L M N O P R S T U V W 
All Classes All Packages

A

action() - Method in annotation type jakarta.jws.WebMethod
The action for this operation.

B

BARE - jakarta.jws.soap.SOAPBinding.ParameterStyle
 

C

className() - Method in annotation type jakarta.jws.soap.SOAPMessageHandler
Deprecated.
Name of the handler class.

D

DOCUMENT - jakarta.jws.soap.SOAPBinding.Style
 

E

ENCODED - jakarta.jws.soap.SOAPBinding.Use
 
endpointInterface() - Method in annotation type jakarta.jws.WebService
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
exclude() - Method in annotation type jakarta.jws.WebMethod
Marks a method to NOT be exposed as a web method.

F

file() - Method in annotation type jakarta.jws.HandlerChain
Location of the handler chain file.

H

HandlerChain - Annotation Type in jakarta.jws
Associates the Web Service with an externally defined handler chain.
header() - Method in annotation type jakarta.jws.WebParam
If true, the parameter is pulled from a message header rather then the message body.
header() - Method in annotation type jakarta.jws.WebResult
If true, the result is pulled from a message header rather then the message body.
headers() - Method in annotation type jakarta.jws.soap.SOAPMessageHandler
Deprecated.
List of SOAP headers processed by the handler.

I

IN - jakarta.jws.WebParam.Mode
 
InitParam - Annotation Type in jakarta.jws.soap
Deprecated.
initParams() - Method in annotation type jakarta.jws.soap.SOAPMessageHandler
Deprecated.
Array of name/value pairs that should be passed to the handler during initialization.
INOUT - jakarta.jws.WebParam.Mode
 

J

jakarta.jws - module jakarta.jws
Jakarta Web Services Metadata API.
jakarta.jws - package jakarta.jws
This package defines annotations for light-weight web services programming model.
jakarta.jws.soap - package jakarta.jws.soap
This package defines annotations for SOAP binding definition within light-weight web services programming model.

L

LITERAL - jakarta.jws.soap.SOAPBinding.Use
 

M

mode() - Method in annotation type jakarta.jws.WebParam
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).

N

name() - Method in annotation type jakarta.jws.HandlerChain
Deprecated.
As of JSR-181 2.0 with no replacement.
name() - Method in annotation type jakarta.jws.soap.InitParam
Deprecated.
Name of the initialization parameter
name() - Method in annotation type jakarta.jws.soap.SOAPMessageHandler
Deprecated.
Name of the handler.
name() - Method in annotation type jakarta.jws.WebParam
Name of the parameter.
name() - Method in annotation type jakarta.jws.WebResult
Name of return value.
name() - Method in annotation type jakarta.jws.WebService
The name of the Web Service.

O

Oneway - Annotation Type in jakarta.jws
Indicates that the given @WebMethod has only an input message and no output.
operationName() - Method in annotation type jakarta.jws.WebMethod
Name of the wsdl:operation matching this method.
OUT - jakarta.jws.WebParam.Mode
 

P

parameterStyle() - Method in annotation type jakarta.jws.soap.SOAPBinding
Determines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation
partName() - Method in annotation type jakarta.jws.WebParam
The name of the wsdl:part representing this parameter.
partName() - Method in annotation type jakarta.jws.WebResult
The name of the wsdl:part representing this return value.
portName() - Method in annotation type jakarta.jws.WebService
The port name of the Web Service.

R

roles() - Method in annotation type jakarta.jws.soap.SOAPMessageHandler
Deprecated.
List of SOAP roles/actors implemented by the handler
RPC - jakarta.jws.soap.SOAPBinding.Style
 

S

serviceName() - Method in annotation type jakarta.jws.WebService
The service name of the Web Service.
SOAPBinding - Annotation Type in jakarta.jws.soap
Specifies the mapping of the Web Service onto the SOAP message protocol.
SOAPBinding.ParameterStyle - Enum in jakarta.jws.soap
The style of mapping parameters onto SOAP messages
SOAPBinding.Style - Enum in jakarta.jws.soap
The SOAP binding style
SOAPBinding.Use - Enum in jakarta.jws.soap
The SOAP binding use
SOAPMessageHandler - Annotation Type in jakarta.jws.soap
Deprecated.
SOAPMessageHandlers - Annotation Type in jakarta.jws.soap
Deprecated.
As of JSR-181 2.0 with no replacement.
style() - Method in annotation type jakarta.jws.soap.SOAPBinding
Defines the encoding style for messages send to and from the Web Service.

T

targetNamespace() - Method in annotation type jakarta.jws.WebParam
The XML namespace for the parameter.
targetNamespace() - Method in annotation type jakarta.jws.WebResult
The XML namespace for the return value.
targetNamespace() - Method in annotation type jakarta.jws.WebService
If the @WebService.targetNamespace annotation is on a service endpoint interface, the targetNamespace is used for the namespace for the wsdl:portType (and associated XML elements).

U

use() - Method in annotation type jakarta.jws.soap.SOAPBinding
Defines the formatting style for messages sent to and from the Web Service.

V

value() - Method in annotation type jakarta.jws.soap.InitParam
Deprecated.
Value of the initialization parameter
value() - Method in annotation type jakarta.jws.soap.SOAPMessageHandlers
Deprecated.
 
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.WebParam.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.WebParam.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebMethod - Annotation Type in jakarta.jws
Customizes a method that is exposed as a Web Service operation.
WebParam - Annotation Type in jakarta.jws
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
WebParam.Mode - Enum in jakarta.jws
The direction in which the parameter flows
WebResult - Annotation Type in jakarta.jws
Customizes the mapping of the return value to a WSDL part and XML element.
WebService - Annotation Type in jakarta.jws
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
WRAPPED - jakarta.jws.soap.SOAPBinding.ParameterStyle
 
wsdlLocation() - Method in annotation type jakarta.jws.WebService
The location of a pre-defined WSDL describing the service.
A B C D E F H I J L M N O P R S T U V W 
All Classes All Packages