Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

action() - Element in annotation interface jakarta.jws.WebMethod
The action for this operation.
Action - Annotation Interface in jakarta.xml.ws
The Action annotation allows explicit association of a WS-Addressing Action message addressing property with input, output, and fault messages of the mapped WSDL operation.
addPort(QName, String, String) - Method in class jakarta.xml.ws.Service
Creates a new port for the service.
addPort(QName, String, String) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a new port for the service.
addResponseHeader(String, String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Adds a response header with the given name and value.
address - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
address - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
address(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the address to the W3CEndpointReference instance's wsa:Address.
Address() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Address
 
Addressing - Annotation Interface in jakarta.xml.ws.soap
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature - Class in jakarta.xml.ws.soap
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature() - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature.Responses - Enum Class in jakarta.xml.ws.soap
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
ALL - Enum constant in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Supports all response types and this is the default
ANONYMOUS - Enum constant in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Specifies the use of only anonymous responses.
APPLICATION - Enum constant in enum class jakarta.xml.ws.handler.MessageContext.Scope
Application visibility.
AsyncHandler<T> - Interface in jakarta.xml.ws
The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
attribute(QName, String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension attribute to the W3CEndpointReference instance's wsa:EndpointReference element.
attributes - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Address
 
attributes - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
attributes - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Elements
 
attributes - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 

B

BARE - Enum constant in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
 
bean() - Element in annotation interface jakarta.xml.ws.spi.WebServiceFeatureAnnotation
The WebServiceFeature bean that is associated with the WebServiceFeature annotation
Binding - Interface in jakarta.xml.ws
The Binding interface is the base interface for Jakarta XML Web Services protocol bindings.
BindingProvider - Interface in jakarta.xml.ws
The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
BindingType - Annotation Interface in jakarta.xml.ws
The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.
build() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Builds a W3CEndpointReference from the accumulated properties set on this W3CEndpointReferenceBuilder instance.

C

checkPackageAccess(String) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 
className() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
Deprecated.
Name of the handler class.
className() - Element in annotation interface jakarta.xml.ws.FaultAction
Name of the exception class.
className() - Element in annotation interface jakarta.xml.ws.RequestWrapper
Request wrapper bean name.
className() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
Response wrapper bean name.
close() - Method in class jakarta.xml.ws.spi.http.HttpExchange
This must be called to end an exchange.
close(MessageContext) - Method in interface jakarta.xml.ws.handler.Handler
Called at the conclusion of a message exchange pattern just prior to the Jakarta XML Web Services runtime dispatching a message, fault or exception.
contextClassLoader(ServiceLoaderUtil.ExceptionHandler<T>) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 
create(Object) - Static method in class jakarta.xml.ws.Endpoint
Creates an endpoint with the specified implementor object.
create(Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
Creates an endpoint with the specified implementor object and web service features.
create(String, Object) - Static method in class jakarta.xml.ws.Endpoint
Creates an endpoint with the specified binding type and implementor object.
create(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
Creates an endpoint with the specified binding type, implementor object, and web service features.
create(URL, QName) - Static method in class jakarta.xml.ws.Service
Creates a Service instance.
create(URL, QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
Creates a Service instance.
create(QName) - Static method in class jakarta.xml.ws.Service
Creates a Service instance.
create(QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
Creates a Service instance.
createAndPublishEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
Creates and publishes an endpoint object with the specified address and implementation object.
createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with Jakarta XML Binding generated objects.
createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
Creates a Dispatch instance for use with objects of the client's choosing.
createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a Dispatch instance for use with objects of the user's choosing.
createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
createEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
Creates an endpoint object with the provided binding and implementation object.
createEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
Creates an endpoint object with the provided binding, implementation object and web service features.
createException(Throwable, String) - Method in class jakarta.xml.ws.spi.ServiceLoaderUtil.ExceptionHandler
 
createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class jakarta.xml.ws.spi.Provider
Creates a service delegate object.
createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
Creates a service delegate object.
createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class jakarta.xml.ws.spi.Provider
Factory method to create a W3CEndpointReference.
createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class jakarta.xml.ws.spi.Provider
Factory method to create a W3CEndpointReference.

D

DEFAULT_JAXWSPROVIDER - Static variable in class jakarta.xml.ws.spi.Provider
A constant representing the name of the default Provider implementation class.
delegate - Variable in class jakarta.xml.ws.Service
 
Dispatch<T> - Interface in jakarta.xml.ws
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
DOCUMENT - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Style
 

E

element(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension element to the W3CEndpointReference instance's wsa:EndpointReference element.
elements - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
elements - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Elements
 
elements - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
Elements() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Elements
 
enabled - Variable in class jakarta.xml.ws.WebServiceFeature
Specifies if the feature is enabled or disabled
enabled() - Element in annotation interface jakarta.xml.ws.RespectBinding
Specifies if this feature is enabled or disabled.
enabled() - Element in annotation interface jakarta.xml.ws.soap.Addressing
Specifies if this feature is enabled or disabled.
enabled() - Element in annotation interface jakarta.xml.ws.soap.MTOM
Specifies if this feature is enabled or disabled.
ENCODED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Use
 
Endpoint - Class in jakarta.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class jakarta.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Target service endpoint address.
EndpointContext - Class in jakarta.xml.ws
EndpointContext allows multiple endpoints in an application to share any information.
EndpointContext() - Constructor for class jakarta.xml.ws.EndpointContext
 
endpointInterface() - Element in annotation interface jakarta.jws.WebService
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
endpointName - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
endpointName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the endpointName as wsam:ServiceName/@EndpointName in the wsa:Metadata element.
EndpointReference - Class in jakarta.xml.ws
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
EndpointReference() - Constructor for class jakarta.xml.ws.EndpointReference
Default constructor.
EXCEPTION_HANDLER - Static variable in class jakarta.xml.ws.spi.FactoryFinder
 
ExceptionHandler() - Constructor for class jakarta.xml.ws.spi.ServiceLoaderUtil.ExceptionHandler
 
exclude() - Element in annotation interface jakarta.jws.WebMethod
Marks a method to NOT be exposed as a web method.

F

FactoryFinder - Class in jakarta.xml.ws.spi
 
FactoryFinder() - Constructor for class jakarta.xml.ws.spi.FactoryFinder
 
fault - Variable in exception jakarta.xml.ws.soap.SOAPFaultException
 
fault() - Element in annotation interface jakarta.xml.ws.Action
Explicit value of the WS-Addressing Action message addressing property for the fault message(s) of the operation.
FaultAction - Annotation Interface in jakarta.xml.ws
The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.
faultBean() - Element in annotation interface jakarta.xml.ws.WebFault
Fault bean name.
file() - Element in annotation interface jakarta.jws.HandlerChain
Location of the handler chain file.
find(Class<T>, String) - Static method in class jakarta.xml.ws.spi.FactoryFinder
Finds the implementation Class object for the given factory name, or if that fails, finds the Class object for the given fallback class name.
firstByServiceLoader(Class<P>, Logger, ServiceLoaderUtil.ExceptionHandler<T>) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 
fromSystemProperty(String, String, ClassLoader) - Static method in class jakarta.xml.ws.spi.FactoryFinder
 

G

getAddressAttributes() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns a list of extension attributes of the W3CEndpointReference instance's wsa:Address element.
getAddressUri() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns the address of the W3CEndpointReference instance's wsa:Address element.
getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpContext
Returns an attribute value for container's configuration and other data that can be used by Jakarta XML Web Services runtime.
getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns an attribute that is associated with this HttpExchange.
getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpContext
Returns all attribute names for container's configuration and other data that can be used by Jakarta XML Web Services runtime.
getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Gives all the attribute names that are associated with this HttpExchange.
getAttributes() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns a list of extension attributes of the W3CEndpointReference instance's wsa:EndpointReference element.
getBinding() - Method in interface jakarta.xml.ws.BindingProvider
Get the Binding for this binding provider.
getBinding() - Method in class jakarta.xml.ws.Endpoint
Returns the binding for this endpoint.
getBindingID() - Method in interface jakarta.xml.ws.Binding
Get the URI for this binding instance.
getBindingID() - Method in interface jakarta.xml.ws.handler.PortInfo
Gets the URI identifying the binding used by the port being accessed.
getClassClassLoader(Class<?>) - Static method in class jakarta.xml.ws.spi.FactoryFinder
 
getContext() - Method in interface jakarta.xml.ws.Response
Gets the contained response context.
getContextPath() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the context path of all the endpoints in an application.
getElements() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns a list of an extension elements of the W3CEndpointReference instance's wsa:EndpointReference element.
getEndpointReference() - Method in interface jakarta.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Class<T>) - Method in interface jakarta.xml.ws.BindingProvider
Returns the EndpointReference associated with this BindingProvider instance.
getEndpointReference(Class<T>, Element...) - Method in class jakarta.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Class<T>, Element...) - Method in interface jakarta.xml.ws.WebServiceContext
Returns the EndpointReference associated with this endpoint.
getEndpointReference(Element...) - Method in class jakarta.xml.ws.Endpoint
Returns the EndpointReference associated with this Endpoint instance.
getEndpointReference(Element...) - Method in interface jakarta.xml.ws.WebServiceContext
Returns the EndpointReference for this endpoint.
getEndpoints() - Method in class jakarta.xml.ws.EndpointContext
This gives list of endpoints in an application.
getExecutor() - Method in class jakarta.xml.ws.Endpoint
Returns the executor for this Endpointinstance.
getExecutor() - Method in class jakarta.xml.ws.Service
Returns the executor for this Serviceinstance.
getExecutor() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Returns the executor for this Serviceinstance.
getFault() - Method in exception jakarta.xml.ws.soap.SOAPFaultException
Gets the embedded SOAPFault instance.
getHandlerChain() - Method in interface jakarta.xml.ws.Binding
Gets a copy of the handler chain for a protocol binding instance.
getHandlerChain(PortInfo) - Method in interface jakarta.xml.ws.handler.HandlerResolver
Gets the handler chain for the specified port.
getHandlerResolver() - Method in class jakarta.xml.ws.Service
Returns the configured handler resolver.
getHandlerResolver() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Returns the configured handler resolver.
getHeaders() - Method in interface jakarta.xml.ws.handler.soap.SOAPHandler
Gets the header blocks that can be processed by this Handler instance.
getHeaders(QName, JAXBContext, boolean) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
Gets headers that have a particular qualified name from the message in the message context.
getHttpContext() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns a HttpContext for this exchange.
getID() - Method in class jakarta.xml.ws.RespectBindingFeature
 
getID() - Method in class jakarta.xml.ws.soap.AddressingFeature
 
getID() - Method in class jakarta.xml.ws.soap.MTOMFeature
 
getID() - Method in class jakarta.xml.ws.WebServiceFeature
Get the unique identifier for this WebServiceFeature.
getImplementor() - Method in class jakarta.xml.ws.Endpoint
Returns the implementation object for this endpoint.
getLocalAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the unresolved local address on which the request was received.
getMessage() - Method in interface jakarta.xml.ws.handler.LogicalMessageContext
Gets the message from this message context
getMessage() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context.
getMessageContext() - Method in interface jakarta.xml.ws.WebServiceContext
Returns the MessageContext for the request being served at the time this method is called.
getMessageFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Gets the Jakarta SOAP with Attachments' MessageFactory instance used by this SOAP binding.
getMetadata() - Method in class jakarta.xml.ws.Endpoint
Returns a list of metadata documents for the service.
getMetadata() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns the list of metadataElements of the W3CEndpointReference instance's of the wsa:Metadata element.
getPath() - Method in class jakarta.xml.ws.spi.http.HttpContext
Returns the path for this context.
getPathInfo() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
getPayload() - Method in interface jakarta.xml.ws.LogicalMessage
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a new Source that may be used to retrieve the entire message payload.
getPayload(JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
Gets the message payload as a Jakarta XML Binding object.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
The getPort method returns a proxy.
getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>) - Method in class jakarta.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.EndpointReference
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
The getPort method returns a proxy.
getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(QName, Class<T>) - Method in class jakarta.xml.ws.Service
The getPort method returns a proxy.
getPort(QName, Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
The getPort method returns a proxy.
getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
The getPort method returns a proxy.
getPortName() - Method in interface jakarta.xml.ws.handler.PortInfo
Gets the qualified name of the WSDL port being accessed.
getPorts() - Method in class jakarta.xml.ws.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPorts() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getProperties() - Method in class jakarta.xml.ws.Endpoint
Returns the property bag for this Endpoint instance.
getProtocol() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
getQueryString() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the query string that is contained in the request URI after the path.
getReferenceParameters() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Returns a list of the referenceParameters of the W3CEndpointReference instance's wsa:ReferenceParameters element.
getRemoteAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the unresolved address of the remote entity invoking this request.
getRequestBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns a stream from which the request body can be read.
getRequestContext() - Method in interface jakarta.xml.ws.BindingProvider
Get the context that is used to initialize the message context for request messages.
getRequestHeader(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the value of the specified request header.
getRequestHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns an immutable Map containing the HTTP headers that were included with this request.
getRequestMethod() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Get the HTTP request method
getRequestURI() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
getResponseBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns a stream to which the response body must be written.
getResponseContext() - Method in interface jakarta.xml.ws.BindingProvider
Get the context that resulted from processing a response message.
getResponseHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
getResponses() - Method in class jakarta.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
getRoles() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the handler chain.
getRoles() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Gets the roles played by the SOAP binding instance.
getScheme() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the name of the scheme used to make this request, for example: http, or https.
getScope(String) - Method in interface jakarta.xml.ws.handler.MessageContext
Gets the scope of a property.
getServiceName() - Method in interface jakarta.xml.ws.handler.PortInfo
Gets the qualified name of the WSDL service name containing the port being accessed.
getServiceName() - Method in class jakarta.xml.ws.Service
Gets the name of this service.
getServiceName() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Gets the name of this service.
getSOAPFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Gets the Jakarta SOAP with Attachments' SOAPFactory instance used by this SOAP binding.
getStatusCode() - Method in exception jakarta.xml.ws.http.HTTPException
Gets the HTTP status code.
getSystemClassLoader() - Static method in class jakarta.xml.ws.spi.FactoryFinder
 
getThreshold() - Method in class jakarta.xml.ws.soap.MTOMFeature
Gets the threshold value used to determine when binary data should be sent as an attachment.
getUserPrincipal() - Method in class jakarta.xml.ws.spi.http.HttpExchange
Returns the Principal that represents the authenticated user for this HttpExchange.
getUserPrincipal() - Method in interface jakarta.xml.ws.WebServiceContext
Returns the Principal that identifies the sender of the request currently being serviced.
getW3CJaxbContext() - Static method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
getWSDLDocumentLocation() - Method in class jakarta.xml.ws.Service
Gets the location of the WSDL document for this Service.
getWSDLDocumentLocation() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Gets the location of the WSDL document for this Service.

H

handle(HttpExchange) - Method in class jakarta.xml.ws.spi.http.HttpHandler
Handles a given request and generates an appropriate response.
handleFault(C) - Method in interface jakarta.xml.ws.handler.Handler
The handleFault method is invoked for fault message processing.
handleMessage(C) - Method in interface jakarta.xml.ws.handler.Handler
The handleMessage method is invoked for normal processing of inbound and outbound messages.
handler - Variable in class jakarta.xml.ws.spi.http.HttpContext
The handler to set for this context.
Handler<C extends MessageContext> - Interface in jakarta.xml.ws.handler
The Handler interface is the base interface for Jakarta XML Web Services handlers.
HANDLER - Enum constant in enum class jakarta.xml.ws.handler.MessageContext.Scope
Handler visibility.
HandlerChain - Annotation Interface in jakarta.jws
Associates the Web Service with an externally defined handler chain.
handleResponse(Response<T>) - Method in interface jakarta.xml.ws.AsyncHandler
Called when the response to an asynchronous operation is available.
HandlerResolver - Interface in jakarta.xml.ws.handler
HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.
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.
Holder<T> - Class in jakarta.xml.ws
Holds a value of type T.
Holder() - Constructor for class jakarta.xml.ws.Holder
Creates a new holder with a null value.
Holder(T) - Constructor for class jakarta.xml.ws.Holder
Create a new holder with the specified value.
HTTP_BINDING - Static variable in interface jakarta.xml.ws.http.HTTPBinding
A constant representing the identity of the XML/HTTP binding.
HTTP_REQUEST_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP request headers.
HTTP_REQUEST_METHOD - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP request method.
HTTP_RESPONSE_CODE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP response status code.
HTTP_RESPONSE_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP response headers.
HTTPBinding - Interface in jakarta.xml.ws.http
The HTTPBinding interface is an abstraction for the XML/HTTP binding.
HttpContext - Class in jakarta.xml.ws.spi.http
HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests destined for that path on the associated container.
HttpContext() - Constructor for class jakarta.xml.ws.spi.http.HttpContext
 
HTTPException - Exception in jakarta.xml.ws.http
The HTTPException exception represents a XML/HTTP fault.
HTTPException(int) - Constructor for exception jakarta.xml.ws.http.HTTPException
Constructor for the HTTPException
HttpExchange - Class in jakarta.xml.ws.spi.http
This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpExchange() - Constructor for class jakarta.xml.ws.spi.http.HttpExchange
 
HttpHandler - Class in jakarta.xml.ws.spi.http
A handler which is invoked to process HTTP requests.
HttpHandler() - Constructor for class jakarta.xml.ws.spi.http.HttpHandler
 

I

id() - Element in annotation interface jakarta.xml.ws.spi.WebServiceFeatureAnnotation
Unique identifier for the WebServiceFeature.
ID - Static variable in class jakarta.xml.ws.RespectBindingFeature
Constant value identifying the RespectBindingFeature
ID - Static variable in class jakarta.xml.ws.soap.AddressingFeature
Constant value identifying the AddressingFeature
ID - Static variable in class jakarta.xml.ws.soap.MTOMFeature
Constant value identifying the MTOMFeature
IN - Enum constant in enum class jakarta.jws.WebParam.Mode
 
INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
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.
inject(WebServiceContext) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
INOUT - Enum constant in enum class jakarta.jws.WebParam.Mode
 
input() - Element in annotation interface jakarta.xml.ws.Action
Explicit value of the WS-Addressing Action message addressing property for the input message of the operation.
interfaceName - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
interfaceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the interfaceName as the wsam:InterfaceName element in the wsa:Metadata element.
invoke(Method, Object...) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtime calls this method to do the actual web service invocation on endpoint instance.
invoke(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation synchronously.
invoke(T) - Method in interface jakarta.xml.ws.Provider
Invokes an operation according to the contents of the request message.
invokeAsync(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeAsync(T, AsyncHandler<T>) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeOneWay(T) - Method in interface jakarta.xml.ws.Dispatch
Invokes a service operation using the one-way interaction mode.
Invoker - Class in jakarta.xml.ws.spi
Invoker hides the detail of calling into application endpoint implementation.
Invoker() - Constructor for class jakarta.xml.ws.spi.Invoker
 
isEnabled() - Method in class jakarta.xml.ws.WebServiceFeature
Returns true if this feature is enabled.
isMTOMEnabled() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Returns true if the use of MTOM is enabled.
isOsgi() - Static method in class jakarta.xml.ws.spi.FactoryFinder
 
isPublished() - Method in class jakarta.xml.ws.Endpoint
Returns true if the endpoint is in the published state.
isRequired() - Method in class jakarta.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
isUserInRole(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Indicates whether an authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface jakarta.xml.ws.WebServiceContext
Returns a boolean indicating whether the authenticated user is included in the specified logical role.

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.
jakarta.xml.ws - module jakarta.xml.ws
Jakarta XML Web Services API.
jakarta.xml.ws - package jakarta.xml.ws
This package contains the core Jakarta XML Web Services APIs.
jakarta.xml.ws.handler - package jakarta.xml.ws.handler
This package defines APIs for message handlers.
jakarta.xml.ws.handler.soap - package jakarta.xml.ws.handler.soap
This package defines APIs for SOAP message handlers.
jakarta.xml.ws.http - package jakarta.xml.ws.http
This package defines APIs specific to the HTTP binding.
jakarta.xml.ws.soap - package jakarta.xml.ws.soap
This package defines APIs specific to the SOAP binding.
jakarta.xml.ws.spi - package jakarta.xml.ws.spi
This package defines SPIs for Jakarta XML Web Services.
jakarta.xml.ws.spi.http - package jakarta.xml.ws.spi.http
Provides HTTP SPI that is used for portable deployment of Jakarta XML Web Services in containers (for example servlet containers).
jakarta.xml.ws.wsaddressing - package jakarta.xml.ws.wsaddressing
This package defines APIs related to WS-Addressing.

L

LITERAL - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Use
 
localName() - Element in annotation interface jakarta.xml.ws.RequestWrapper
Element's local name.
localName() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
Element's local name.
LOGGER - Static variable in class jakarta.xml.ws.spi.FactoryFinder
 
LogicalHandler<C extends LogicalMessageContext> - Interface in jakarta.xml.ws.handler
The LogicalHandler extends Handler to provide typesafety for the message context parameter.
LogicalMessage - Interface in jakarta.xml.ws
The LogicalMessage interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.
LogicalMessageContext - Interface in jakarta.xml.ws.handler
The LogicalMessageContext interface extends MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
lookup() - Element in annotation interface jakarta.xml.ws.WebServiceRef
A portable JNDI lookup name that resolves to the target web service reference.
lookupUsingOSGiServiceLoader(String) - Static method in class jakarta.xml.ws.spi.FactoryFinder
 

M

mappedName() - Element in annotation interface jakarta.xml.ws.WebServiceRef
A product specific name that this resource should be mapped to.
MESSAGE - Enum constant in enum class jakarta.xml.ws.Service.Mode
Message mode.
MESSAGE_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: message direction, true for outbound messages, false for inbound.
MessageContext - Interface in jakarta.xml.ws.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext.Scope - Enum Class in jakarta.xml.ws.handler
Property scope.
messageName() - Element in annotation interface jakarta.xml.ws.WebFault
wsdl:Message's name.
metadata - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
metadata - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
metadata(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the metadataElement to the W3CEndpointReference instance's wsa:Metadata element.
mode() - Element in annotation interface jakarta.jws.WebParam
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
Mode() - Constructor for enum class jakarta.jws.WebParam.Mode
 
Mode() - Constructor for enum class jakarta.xml.ws.Service.Mode
 
MTOM - Annotation Interface in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature - Class in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature() - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Create an MTOMFeature.
MTOMFeature(boolean) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(boolean, int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.

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.Defaults to the name of the handler class.
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.
name() - Element in annotation interface jakarta.xml.ws.WebEndpoint
The local name of the endpoint.
name() - Element in annotation interface jakarta.xml.ws.WebFault
Element's local name.
name() - Element in annotation interface jakarta.xml.ws.WebServiceClient
The local name of the Web service.
name() - Element in annotation interface jakarta.xml.ws.WebServiceRef
The JNDI name of the resource.
newInstance(String, String, ClassLoader) - Static method in class jakarta.xml.ws.spi.FactoryFinder
 
newInstance(String, String, ClassLoader, ServiceLoaderUtil.ExceptionHandler<E>) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 
NON_ANONYMOUS - Enum constant in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Specifies the use of only non-anonymous responses.
NS - Static variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Addressing namespace.
nullSafeLoadClass(String, ClassLoader) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 

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.
OSGI_SERVICE_LOADER_CLASS_NAME - Static variable in class jakarta.xml.ws.spi.FactoryFinder
 
OUT - Enum constant in enum class jakarta.jws.WebParam.Mode
 
OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
output() - Element in annotation interface jakarta.xml.ws.Action
Explicit value of the WS-Addressing Action message addressing property for the output message of the operation.

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.
ParameterStyle() - Constructor for enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
 
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.
partName() - Element in annotation interface jakarta.xml.ws.RequestWrapper
wsdl:part name for the wrapper part
partName() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
wsdl:part name for the wrapper part
PASSWORD_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Password for authentication.
PATH_INFO - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Request Path Info
PAYLOAD - Enum constant in enum class jakarta.xml.ws.Service.Mode
Payload mode.
PortInfo - Interface in jakarta.xml.ws.handler
The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
portName() - Element in annotation interface jakarta.jws.WebService
The port name of the Web Service.
portName() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Port name.
propertyAction - Static variable in class jakarta.xml.ws.spi.FactoryFinder
 
ProtocolException - Exception in jakarta.xml.ws
The ProtocolException class is a base class for exceptions related to a specific protocol binding.
ProtocolException() - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with null as its detail message.
ProtocolException(String) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new runtime exception with the specified detail message and cause.
ProtocolException(Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
provider() - Static method in class jakarta.xml.ws.spi.Provider
Creates a new provider object.
Provider - Class in jakarta.xml.ws.spi
Service provider for ServiceDelegate and Endpoint objects.
Provider<T> - Interface in jakarta.xml.ws
Service endpoints may implement the Provider interface as a dynamic alternative to an SEI.
Provider() - Constructor for class jakarta.xml.ws.spi.Provider
Creates a new instance of Provider
publish(HttpContext) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(Object) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(String) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the given address.
publish(String, Object) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.

Q

QUERY_STRING - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Query string for request.

R

readEndpointReference(Source) - Method in class jakarta.xml.ws.spi.Provider
read an EndpointReference from the infoset contained in eprInfoset.
readFrom(Source) - Static method in class jakarta.xml.ws.EndpointReference
Factory method to read an EndpointReference from the infoset contained in eprInfoset.
REFERENCE_PARAMETERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: WS Addressing Reference Parameters.
referenceParameter(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the referenceParameter to the W3CEndpointReference instance wsa:ReferenceParameters element.
referenceParameters - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
referenceParameters - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
REQUEST_CIPHER_SUITE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
Standard property: cipher suite value when the request is received over HTTPS
REQUEST_KEY_SIZE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
Standard property: bit size of the algorithm when the request is received over HTTPS
REQUEST_X509CERTIFICATE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
Standard property: A SSL certificate, if any, associated with the request
RequestWrapper - Annotation Interface in jakarta.xml.ws
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
required - Variable in class jakarta.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
required() - Element in annotation interface jakarta.xml.ws.soap.Addressing
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
RespectBinding - Annotation Interface in jakarta.xml.ws
This feature clarifies the use of the wsdl:binding in a Jakarta XML Web Services runtime.
RespectBindingFeature - Class in jakarta.xml.ws
This feature clarifies the use of the wsdl:binding in a Jakarta XML Web Services runtime.
RespectBindingFeature() - Constructor for class jakarta.xml.ws.RespectBindingFeature
Creates an RespectBindingFeature.
RespectBindingFeature(boolean) - Constructor for class jakarta.xml.ws.RespectBindingFeature
Creates an RespectBindingFeature
Response<T> - Interface in jakarta.xml.ws
The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.
responses - Variable in class jakarta.xml.ws.soap.AddressingFeature
 
responses() - Element in annotation interface jakarta.xml.ws.soap.Addressing
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all.
Responses() - Constructor for enum class jakarta.xml.ws.soap.AddressingFeature.Responses
 
ResponseWrapper - Annotation Interface in jakarta.xml.ws
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
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

safeLoadClass(String, String, ClassLoader) - Static method in class jakarta.xml.ws.spi.ServiceLoaderUtil
 
Scope() - Constructor for enum class jakarta.xml.ws.handler.MessageContext.Scope
 
serialVersionUID - Static variable in class jakarta.xml.ws.Holder
 
serialVersionUID - Static variable in exception jakarta.xml.ws.http.HTTPException
 
serialVersionUID - Static variable in exception jakarta.xml.ws.ProtocolException
 
serialVersionUID - Static variable in exception jakarta.xml.ws.soap.SOAPFaultException
 
serialVersionUID - Static variable in exception jakarta.xml.ws.WebServiceException
 
serialVersionUID - Static variable in class jakarta.xml.ws.WebServicePermission
 
Service - Class in jakarta.xml.ws
Service objects provide the client view of a Web service.
Service(URL, QName) - Constructor for class jakarta.xml.ws.Service
Creates a Service.
Service(URL, QName, WebServiceFeature...) - Constructor for class jakarta.xml.ws.Service
Creates a Service.
Service.Mode - Enum Class in jakarta.xml.ws
The orientation of a dynamic client or service.
ServiceDelegate - Class in jakarta.xml.ws.spi
Service delegates are used internally by Service objects to allow pluggability of Jakarta XML Web Services implementations.
ServiceDelegate() - Constructor for class jakarta.xml.ws.spi.ServiceDelegate
Default constructor.
ServiceLoaderUtil - Class in jakarta.xml.ws.spi
Shared ServiceLoader/FactoryFinder Utils shared among Jakarta SOAP with Attachments, Jakarta XML Binding and Jakarta XML Web Services.
ServiceLoaderUtil() - Constructor for class jakarta.xml.ws.spi.ServiceLoaderUtil
 
ServiceLoaderUtil.ExceptionHandler<T extends Exception> - Class in jakarta.xml.ws.spi
 
ServiceMode - Annotation Interface in jakarta.xml.ws
Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads.
serviceName - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
serviceName() - Element in annotation interface jakarta.jws.WebService
The service name of the Web Service.
serviceName() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Service name.
serviceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the serviceName as the wsam:ServiceName element in the wsa:Metadata element.
SERVLET_CONTEXT - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: servlet context object.
SERVLET_REQUEST - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: servlet request object.
SERVLET_RESPONSE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: servlet response object.
SESSION_MAINTAIN_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
setEndpointContext(EndpointContext) - Method in class jakarta.xml.ws.Endpoint
By setting a EndpointContext, Jakarta XML Web Services runtime knows about addresses of other endpoints in an application.
setExecutor(Executor) - Method in class jakarta.xml.ws.Endpoint
Sets the executor for this Endpoint instance.
setExecutor(Executor) - Method in class jakarta.xml.ws.Service
Sets the executor for this Service instance.
setExecutor(Executor) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Sets the executor for this Service instance.
setHandler(HttpHandler) - Method in class jakarta.xml.ws.spi.http.HttpContext
Jakarta XML Web Services runtime sets its handler during Endpoint.publish(HttpContext) to handle HTTP requests for this context.
setHandlerChain(List<Handler>) - Method in interface jakarta.xml.ws.Binding
Sets the handler chain for the protocol binding instance.
setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.Service
Sets the HandlerResolver for this Service instance.
setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Sets the HandlerResolver for this Service instance.
setMessage(SOAPMessage) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
Sets the SOAPMessage in this message context
setMetadata(List<Source>) - Method in class jakarta.xml.ws.Endpoint
Sets the metadata for this endpoint.
setMTOMEnabled(boolean) - Method in interface jakarta.xml.ws.soap.SOAPBinding
Enables or disables use of MTOM.
setPayload(Object, JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
Sets the message payload
setPayload(Source) - Method in interface jakarta.xml.ws.LogicalMessage
Sets the message payload
setProperties(Map<String, Object>) - Method in class jakarta.xml.ws.Endpoint
Sets the property bag for this Endpoint instance.
setRoles(Set<String>) - Method in interface jakarta.xml.ws.soap.SOAPBinding
Sets the roles played by the SOAP binding instance.
setScope(String, MessageContext.Scope) - Method in interface jakarta.xml.ws.handler.MessageContext
Sets the scope of a property.
setStatus(int) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Sets the HTTP status code for the response.
SOAP11HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.1 over HTTP binding.
SOAP11HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
SOAP12HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.2 over HTTP binding.
SOAP12HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
SOAPACTION_URI_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property for SOAPAction.
SOAPBinding - Interface in jakarta.xml.ws.soap
The SOAPBinding interface is an abstraction for the SOAP binding.
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
SOAPFaultException - Exception in jakarta.xml.ws.soap
The SOAPFaultException exception represents a SOAP 1.1 or 1.2 fault.
SOAPFaultException(SOAPFault) - Constructor for exception jakarta.xml.ws.soap.SOAPFaultException
Constructor for SOAPFaultException
SOAPHandler<T extends SOAPMessageContext> - Interface in jakarta.xml.ws.handler.soap
The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.
SOAPMessageContext - Interface in jakarta.xml.ws.handler.soap
The interface SOAPMessageContext provides access to the SOAP message for either RPC request or response.
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.
statusCode - Variable in exception jakarta.xml.ws.http.HTTPException
 
stop() - Method in class jakarta.xml.ws.Endpoint
Stops publishing this endpoint.
style() - Element in annotation interface jakarta.jws.soap.SOAPBinding
Defines the encoding style for messages send to and from the Web Service.
Style() - Constructor for enum class jakarta.jws.soap.SOAPBinding.Style
 

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).
targetNamespace() - Element in annotation interface jakarta.xml.ws.RequestWrapper
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebFault
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebServiceClient
The namespace for the Web service.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Target namespace for the service
threshold - Variable in class jakarta.xml.ws.soap.MTOMFeature
Property for MTOM threshold value.
threshold() - Element in annotation interface jakarta.xml.ws.soap.MTOM
Property for MTOM threshold value.
toString() - Method in class jakarta.xml.ws.EndpointReference
Displays EPR infoset for debugging convenience.
type() - Element in annotation interface jakarta.xml.ws.WebServiceRef
The Java type of the resource.

U

uri - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference.Address
 
use() - Element in annotation interface jakarta.jws.soap.SOAPBinding
Defines the formatting style for messages sent to and from the Web Service.
Use() - Constructor for enum class jakarta.jws.soap.SOAPBinding.Use
 
USERNAME_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: User name for authentication.

V

value - Variable in class jakarta.xml.ws.Holder
The value contained in the holder.
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.
 
value() - Element in annotation interface jakarta.xml.ws.BindingType
A binding identifier (a URI).
value() - Element in annotation interface jakarta.xml.ws.FaultAction
Value of WS-Addressing Action message addressing property for the exception.
value() - Element in annotation interface jakarta.xml.ws.ServiceMode
Service mode.
value() - Element in annotation interface jakarta.xml.ws.WebServiceRef
The service class, always a type extending jakarta.xml.ws.Service.
value() - Element in annotation interface jakarta.xml.ws.WebServiceRefs
Array used for multiple web service reference declarations.
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.
valueOf(String) - Static method in enum class jakarta.xml.ws.handler.MessageContext.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.ws.Service.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
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.
values() - Static method in enum class jakarta.xml.ws.handler.MessageContext.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.ws.Service.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Returns an array containing the constants of this enum class, in the order they are declared.

W

W3CEndpointReference - Class in jakarta.xml.ws.wsaddressing
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
W3CEndpointReference() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Default constructor.
W3CEndpointReference(Source) - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Creates an EPR from infoset representation
W3CEndpointReference.Address - Class in jakarta.xml.ws.wsaddressing
 
W3CEndpointReference.Elements - Class in jakarta.xml.ws.wsaddressing
 
W3CEndpointReferenceBuilder - Class in jakarta.xml.ws.wsaddressing
This class is used to build W3CEndpointReference instances.
W3CEndpointReferenceBuilder() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Creates a new W3CEndpointReferenceBuilder instance.
w3cjc - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
WebEndpoint - Annotation Interface in jakarta.xml.ws
Used to annotate the getPortName() methods of a generated service interface.
WebFault - Annotation Interface in jakarta.xml.ws
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
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.
WebServiceClient - Annotation Interface in jakarta.xml.ws
Used to annotate a generated service interface.
WebServiceContext - Interface in jakarta.xml.ws
A WebServiceContext makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.
WebServiceException - Exception in jakarta.xml.ws
The WebServiceException class is the base exception class for all Jakarta XML Web Services API runtime exceptions.
WebServiceException() - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with null as its detail message.
WebServiceException(String) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with the specified detail message.
WebServiceException(String, Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with the specified detail message and cause.
WebServiceException(Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
WebServiceFeature - Class in jakarta.xml.ws
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
WebServiceFeature() - Constructor for class jakarta.xml.ws.WebServiceFeature
Default constructor.
WebServiceFeatureAnnotation - Annotation Interface in jakarta.xml.ws.spi
Annotation used to identify other annotations as a WebServiceFeature.
WebServicePermission - Class in jakarta.xml.ws
This class defines web service permissions.
WebServicePermission(String) - Constructor for class jakarta.xml.ws.WebServicePermission
Creates a new permission with the specified name.
WebServicePermission(String, String) - Constructor for class jakarta.xml.ws.WebServicePermission
Creates a new permission with the specified name and actions.
WebServiceProvider - Annotation Interface in jakarta.xml.ws
Used to annotate a Provider implementation class.
WebServiceRef - Annotation Interface in jakarta.xml.ws
The WebServiceRef annotation is used to define a reference to a web service and (optionally) an injection target for it.
WebServiceRefs - Annotation Interface in jakarta.xml.ws
The WebServiceRefs annotation allows multiple web service references to be declared at the class level.
which(Class<?>) - Static method in class jakarta.xml.ws.spi.FactoryFinder
Get the URL for the Class from it's ClassLoader.
which(Class<?>, ClassLoader) - Static method in class jakarta.xml.ws.spi.FactoryFinder
Search the given ClassLoader for an instance of the specified class and return a string representation of the URL that points to the resource.
WRAPPED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
 
writeTo(Result) - Method in class jakarta.xml.ws.EndpointReference
write this EndpointReference to the specified infoset format
writeTo(Result) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
WSDL_DESCRIPTION - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: input source for WSDL document.
WSDL_INTERFACE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of wsdl interface (2.0) or port type (1.1).
WSDL_OPERATION - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL operation.
WSDL_PORT - Static variable in class jakarta.xml.ws.Endpoint
Standard property: name of WSDL port.
WSDL_PORT - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL port.
WSDL_SERVICE - Static variable in class jakarta.xml.ws.Endpoint
Standard property: name of WSDL service.
WSDL_SERVICE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL service.
wsdlDocumentLocation - Variable in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
 
wsdlDocumentLocation(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the wsdlDocumentLocation that will be referenced as wsa:Metadata/@wsdli:wsdlLocation.
wsdlLocation() - Element in annotation interface jakarta.jws.WebService
The location of a pre-defined WSDL describing the service.
wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceClient
The location of the WSDL document for the service (a URL).
wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Location of the WSDL description for the service.
wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceRef
A URL pointing to the WSDL document for the web service.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form