Index
All Classes and Interfaces|All Packages
A
B
- BARE - Enum constant in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
C
- className() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler class.
D
- DOCUMENT - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Style
E
- ENCODED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Use
- endpointInterface() - Element in annotation interface jakarta.jws.WebService
-
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
- exclude() - Element in annotation interface jakarta.jws.WebMethod
-
Marks a method to NOT be exposed as a web method.
F
- file() - Element in annotation interface jakarta.jws.HandlerChain
-
Location of the handler chain file.
H
- HandlerChain - Annotation Interface in jakarta.jws
-
Associates the Web Service with an externally defined handler chain.
- header() - Element in annotation interface jakarta.jws.WebParam
-
If true, the parameter is pulled from a message header rather then the message body.
- header() - Element in annotation interface jakarta.jws.WebResult
-
If true, the result is pulled from a message header rather then the message body.
- headers() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP headers processed by the handler.
I
- IN - Enum constant in enum class jakarta.jws.WebParam.Mode
- InitParam - Annotation Interface in jakarta.jws.soap
-
Deprecated.
- initParams() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.
- INOUT - Enum constant in enum class jakarta.jws.WebParam.Mode
J
- 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.
- JavaDocGenerator - Class in jakarta.jws
- JavaDocGenerator() - Constructor for class jakarta.jws.JavaDocGenerator
L
- LITERAL - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Use
M
- mode() - Element in annotation interface jakarta.jws.WebParam
-
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
N
- name() - Element in annotation interface jakarta.jws.HandlerChain
-
Deprecated.As of JSR-181 2.0 with no replacement.
- name() - Element in annotation interface jakarta.jws.soap.InitParam
-
Deprecated.Name of the initialization parameter
- name() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler.
- name() - Element in annotation interface jakarta.jws.WebParam
-
Name of the parameter.
- name() - Element in annotation interface jakarta.jws.WebResult
-
Name of return value.
- name() - Element in annotation interface jakarta.jws.WebService
-
The name of the Web Service.
O
- Oneway - Annotation Interface in jakarta.jws
-
Indicates that the given @WebMethod has only an input message and no output.
- operationName() - Element in annotation interface jakarta.jws.WebMethod
-
Name of the wsdl:operation matching this method.
- OUT - Enum constant in enum class jakarta.jws.WebParam.Mode
P
- parameterStyle() - Element in annotation interface 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() - Element in annotation interface jakarta.jws.WebParam
-
The name of the wsdl:part representing this parameter.
- partName() - Element in annotation interface jakarta.jws.WebResult
-
The name of the wsdl:part representing this return value.
- portName() - Element in annotation interface jakarta.jws.WebService
-
The port name of the Web Service.
R
- roles() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP roles/actors implemented by the handler
- RPC - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Style
S
- serviceName() - Element in annotation interface jakarta.jws.WebService
-
The service name of the Web Service.
- SOAPBinding - Annotation Interface in jakarta.jws.soap
-
Specifies the mapping of the Web Service onto the SOAP message protocol.
- SOAPBinding.ParameterStyle - Enum Class in jakarta.jws.soap
-
The style of mapping parameters onto SOAP messages
- SOAPBinding.Style - Enum Class in jakarta.jws.soap
-
The SOAP binding style
- SOAPBinding.Use - Enum Class in jakarta.jws.soap
-
The SOAP binding use
- SOAPMessageHandler - Annotation Interface in jakarta.jws.soap
-
Deprecated.
- SOAPMessageHandlers - Annotation Interface in jakarta.jws.soap
-
Deprecated.As of JSR-181 2.0 with no replacement.
- style() - Element in annotation interface jakarta.jws.soap.SOAPBinding
-
Defines the encoding style for messages send to and from the Web Service.
T
- targetNamespace() - Element in annotation interface jakarta.jws.WebParam
-
The XML namespace for the parameter.
- targetNamespace() - Element in annotation interface jakarta.jws.WebResult
-
The XML namespace for the return value.
- targetNamespace() - Element in annotation interface 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() - Element in annotation interface jakarta.jws.soap.SOAPBinding
-
Defines the formatting style for messages sent to and from the Web Service.
V
- value() - Element in annotation interface jakarta.jws.soap.InitParam
-
Deprecated.Value of the initialization parameter
- value() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandlers
-
Deprecated.
- valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.Use
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.jws.WebParam.Mode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.jws.soap.SOAPBinding.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.jws.soap.SOAPBinding.Use
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.jws.WebParam.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WebMethod - Annotation Interface in jakarta.jws
-
Customizes a method that is exposed as a Web Service operation.
- WebParam - Annotation Interface in jakarta.jws
-
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
- WebParam.Mode - Enum Class in jakarta.jws
-
The direction in which the parameter flows
- WebResult - Annotation Interface in jakarta.jws
-
Customizes the mapping of the return value to a WSDL part and XML element.
- WebService - Annotation Interface in jakarta.jws
-
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
- WRAPPED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
- wsdlLocation() - Element in annotation interface jakarta.jws.WebService
-
The location of a pre-defined WSDL describing the service.
All Classes and Interfaces|All Packages