Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- action() - Element in annotation type jakarta.jws.WebMethod
-
The action for this operation.
- Action - Annotation Type in jakarta.xml.ws
-
The
Actionannotation allows explicit association of a WS-AddressingActionmessage addressing property withinput,output, andfaultmessages of the mapped WSDL operation. - addAttachmentPart(AttachmentPart) - Method in class jakarta.xml.soap.SOAPMessage
-
Adds the given
AttachmentPartobject to thisSOAPMessageobject. - addAttribute(Name, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addAttribute(QName, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject. - addBodyElement(Name) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject. - addBodyElement(QName) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject. - addChildElement(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject. - addChildElement(SOAPElement) - Method in interface jakarta.xml.soap.SOAPElement
-
Add a
SOAPElementas a child of thisSOAPElementinstance. - addChildElement(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and adds the new element to thisSOAPElementobject. - addChildElement(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject. - addChildElement(String, String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject. - addChildElement(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject. - addDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Creates an optional
Detailobject and sets it as theDetailobject for thisSOAPFaultobject. - addDetailEntry(Name) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given name and adds it to thisDetailobject. - addDetailEntry(QName) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given QName and adds it to thisDetailobject. - addDocument(Document) - Method in interface jakarta.xml.soap.SOAPBody
-
Adds the root node of the DOM
Documentto thisSOAPBodyobject. - addFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFaultReasonText(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from
locale. - addHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject. - addHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Adds a
MimeHeaderobject with the specified name and value to thisMimeHeadersobject's list of headers. - addHeaderElement(Name) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject. - addMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPartobject. - addMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Creates a
MimeHeaderobject with the specified name and value and adds it to thisSOAPPartobject. - addNamespaceDeclaration(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElementobject. - addNotUnderstoodHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new NotUnderstood
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - 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(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
addressto theW3CEndpointReferenceinstance'swsa:Address. - Addressing - Annotation Type 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
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature.Responses - Enum 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.
- addTextNode(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
Textobject initialized with the givenStringand adds it to thisSOAPElementobject. - addUpgradeHeaderElement(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified supported SOAP URI and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(String[]) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified array of supported SOAP URIs and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(Iterator<String>) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified List of supported SOAP URIs and adds it to thisSOAPHeaderobject. - ALL - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Supports all response types and this is the default
- ANONYMOUS - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only anonymous responses.
- appendFaultSubcode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault. - APPLICATION - Enum constant in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Application visibility.
- AsyncHandler<T> - Interface in jakarta.xml.ws
-
The
AsyncHandlerinterface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously. - AttachmentPart - Class in jakarta.xml.soap
-
A single attachment to a
SOAPMessageobject. - AttachmentPart() - Constructor for class jakarta.xml.soap.AttachmentPart
-
Default constructor.
- attribute(QName, String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement.
B
- BARE - Enum constant in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
- bean() - Element in annotation type jakarta.xml.ws.spi.WebServiceFeatureAnnotation
-
The
WebServiceFeaturebean that is associated with theWebServiceFeatureannotation - Binding - Interface in jakarta.xml.ws
-
The
Bindinginterface is the base interface for Jakarta XML Web Services protocol bindings. - BindingProvider - Interface in jakarta.xml.ws
-
The
BindingProviderinterface provides access to the protocol binding and associated context objects for request and response message processing. - BindingType - Annotation Type in jakarta.xml.ws
-
The
BindingTypeannotation 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
W3CEndpointReferencefrom the accumulated properties set on thisW3CEndpointReferenceBuilderinstance.
C
- call(SOAPMessage, Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until it has returned the response.
- CHARACTER_SET_ENCODING - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- className() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler class.
- className() - Element in annotation type jakarta.xml.ws.FaultAction
-
Name of the exception class.
- className() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Request wrapper bean name.
- className() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Response wrapper bean name.
- clearContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Clears out the content of this
AttachmentPartobject. - close() - Method in class jakarta.xml.soap.SOAPConnection
-
Closes this
SOAPConnectionobject. - 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.
- countAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- 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
Serviceinstance. - create(URL, QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - 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.
- createAttachmentPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Creates a new empty
AttachmentPartobject. - createAttachmentPart(DataHandler) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it using the givenDataHandlerobject. - createAttachmentPart(Object, String) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createConnection() - Method in class jakarta.xml.soap.SOAPConnectionFactory
-
Create a new
SOAPConnection. - createDetail() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Detailobject which serves as a container forDetailEntryobjects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance 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
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance 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
Dispatchinstance 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
Dispatchinstance 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
Dispatchinstance for use with objects of the user's choosing. - createElement(Name) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenNameobject. - createElement(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPElementobject with the given local name, prefix and uri. - createElement(QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenQNameobject. - createElement(Element) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject from an existing DOMElement. - 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.
- createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default
SOAPFaultobject - createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFaultobject initialized with the givenreasonTextandfaultCode - createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createName(String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name. - createName(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name. - createName(String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name and namespace prefix. - createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createQName(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a
QNamewhose namespace URI is the one associated with the parameter,prefix, in the context of thisSOAPElement. - 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_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- detachNode() - Method in interface jakarta.xml.soap.Node
-
Removes this
Nodeobject from the tree. - Detail - Interface in jakarta.xml.soap
-
A container for
DetailEntryobjects. - DetailEntry - Interface in jakarta.xml.soap
-
The content for a
Detailobject, giving details for aSOAPFaultobject. - Dispatch<T> - Interface in jakarta.xml.ws
-
The
Dispatchinterface provides support for the dynamic invocation of a service endpoint operations. - DOCUMENT - Enum constant in enum jakarta.jws.soap.SOAPBinding.Style
- DYNAMIC_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose concrete type is based on theContent-TypeMIME header passed to thecreateMessagemethod.
E
- element(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension element to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement. - enabled - Variable in class jakarta.xml.ws.WebServiceFeature
-
Specifies if the feature is enabled or disabled
- enabled() - Element in annotation type jakarta.xml.ws.RespectBinding
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type jakarta.xml.ws.soap.Addressing
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type jakarta.xml.ws.soap.MTOM
-
Specifies if this feature is enabled or disabled.
- ENCODED - Enum constant in enum 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
-
EndpointContextallows multiple endpoints in an application to share any information. - EndpointContext() - Constructor for class jakarta.xml.ws.EndpointContext
- endpointInterface() - Element in annotation type jakarta.jws.WebService
-
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
- endpointName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
endpointNameaswsam:ServiceName/@EndpointNamein thewsa:Metadataelement. - 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.
- examineAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject. - examineHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor. - examineMustUnderstandHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and that have a MustUnderstand attribute whose value is equivalent totrue. - exclude() - Element in annotation type jakarta.jws.WebMethod
-
Marks a method to NOT be exposed as a web method.
- extractAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractContentAsDocument() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new DOM
Documentand sets the first child of thisSOAPBodyas it's document element. - extractHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and detaches them from thisSOAPHeaderobject.
F
- fault() - Element in annotation type jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for thefaultmessage(s) of the operation. - FaultAction - Annotation Type in jakarta.xml.ws
-
The
FaultActionannotation is used inside anActionannotation to allow an explicit association of a WS-AddressingActionmessage addressing property with thefaultmessages of the WSDL operation mapped from the exception class. - faultBean() - Element in annotation type jakarta.xml.ws.WebFault
-
Fault bean name.
- file() - Element in annotation type jakarta.jws.HandlerChain
-
Location of the handler chain file.
G
- get(Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- getActor() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement. - getAllAttributes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributeNameobjects in thisSOAPElementobject. - getAllAttributesAsQNames() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributes in thisSOAPElementasQNameobjects. - getAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaders in thisMimeHeadersobject. - getAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all the headers for this
AttachmentPartobject as an iterator over theMimeHeaderobjects. - getAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all the headers for this
SOAPPartobject as an iterator over theMimeHeaderobjects. - getAttachment(SOAPElement) - Method in class jakarta.xml.soap.SOAPMessage
-
Returns an
AttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists. - getAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that are part of thisSOAPMessageobject. - getAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that have header entries that match the specified headers. - 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. - getAttributeValue(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getBase64Content() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns an
InputStreamwhich can be used to obtain the content ofAttachmentPartas Base64 encoded character data, this method would base64 encode the raw bytes of the attachment and return. - 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.
- getBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getCause() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the
Throwableobject embedded in thisSOAPExceptionif there is one. - getChildElements() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element. - getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified name. - getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified qname. - getConnectTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for connect timeout.
- getContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a Java object. - getContent() - Method in class jakarta.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP
Sourceobject. - getContentDescription() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves a description of this
SOAPMessageobject's content. - getContentId() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLocation() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- 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.
- getDataHandler() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the
DataHandlerobject for thisAttachmentPartobject. - getDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional detail element for this
SOAPFaultobject. - getDetailEntries() - Method in interface jakarta.xml.soap.Detail
-
Gets an Iterator over all of the
DetailEntrys in thisDetailobject. - getElementName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the name of this
SOAPElementobject. - getElementQName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the qname of this
SOAPElementobject. - getEncodingStyle() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the encoding style for this
SOAPElementobject. - getEndpointReference() - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>) - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>, Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Class<T>, Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
EndpointReferenceassociated with this endpoint. - getEndpointReference(Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
EndpointReferencefor this endpoint. - getEndpoints() - Method in class jakarta.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEnvelope() - Method in class jakarta.xml.soap.SOAPPart
-
Gets the
SOAPEnvelopeobject associated with thisSOAPPartobject. - 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 interface jakarta.xml.soap.SOAPBody
-
Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFault() - Method in exception jakarta.xml.ws.soap.SOAPFaultException
-
Gets the embedded
SOAPFaultinstance. - getFaultActor() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault actor for this
SOAPFaultobject. - getFaultCode() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject. - getFaultCodeAsName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFaultobject as a SAAJNameobject. - getFaultCodeAsQName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject as aQNameobject. - getFaultNode() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFaultobject. - getFaultReasonLocales() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a distinct sequence ofLocales for which there are associated Reason Text items. - getFaultReasonText(Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given
Locale. - getFaultReasonTexts() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a sequence ofStringobjects containing all of the Reason Text items for thisSOAPFault. - getFaultRole() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFaultobject. - getFaultString() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault string for this
SOAPFaultobject. - getFaultStringLocale() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the locale of the fault string for this
SOAPFaultobject. - getFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the Subcodes for this
SOAPFaultas an iterator overQNames. - 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.
- getHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPHeaderobject for thisSOAPEnvelopeobject. - getHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
Stringobjects. - 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
HttpContextfor 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.
- getLocalName() - Method in interface jakarta.xml.soap.Name
-
Gets the local name part of the XML name that this
Nameobject represents. - getMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaderobjects whose name matches a name in the given array of names. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMessage() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the detail message for this
SOAPExceptionobject. - 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
SOAPMessagefrom this message context. - getMessageContext() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
MessageContextfor 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'
MessageFactoryinstance used by this SOAP binding. - getMetadata() - Method in class jakarta.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String. - getMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Gets all the values of the
MimeHeaderobject in thisSOAPPartobject that is identified by the givenString. - getMimeHeaders() - Method in class jakarta.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this
SOAPMessageobject in a transport-independent fashion. - getMustUnderstand() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement. - getName() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the name of this
MimeHeaderobject. - getNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings declared by this element. - getNamespaceURI(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNonMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the
MimeHeaderobjects whose name does not match a name in the given array of names. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getParentElement() - Method in interface jakarta.xml.soap.Node
-
Returns the parent element of this
Nodeobject. - 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
Sourcethat 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
getPortmethod 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
getPortmethod returns a proxy. - getPort(Class<T>) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.EndpointReference
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod 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
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPorts() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPrefix() - Method in interface jakarta.xml.soap.Name
-
Returns the prefix that was specified when this
Nameobject was initialized. - getProperties() - Method in class jakarta.xml.ws.Endpoint
-
Returns the property bag for this
Endpointinstance. - getProperty(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getProtocol() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
- getQualifiedName() - Method in interface jakarta.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Nameobject represents. - getQueryString() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI after the path.
- getRawContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as an InputStream as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getRawContentBytes() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a byte[] array as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getReadTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for read timeout.
- getRelay() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement - 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.
- getResult() - Method in class jakarta.xml.soap.SAAJResult
- getRole() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement. - 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.
- getSize() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns the number of bytes in this
AttachmentPartobject. - getSOAPBody() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this
SOAPMessageobject. - getSOAPFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the Jakarta SOAP with Attachments'
SOAPFactoryinstance used by this SOAP binding. - getSOAPHeader() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this
SOAPMessageobject. - getSOAPPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP part of this
SOAPMessageobject. - getStatusCode() - Method in exception jakarta.xml.ws.http.HTTPException
-
Gets the HTTP status code.
- 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.
- getURI() - Method in interface jakarta.xml.soap.Name
-
Returns the URI of the namespace for the XML name that this
Nameobject represents. - getUserPrincipal() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the
Principalthat represents the authenticated user for thisHttpExchange. - getUserPrincipal() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender of the request currently being serviced.
- getValue() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the value of this
MimeHeaderobject. - getValue() - Method in interface jakarta.xml.soap.Node
-
Returns the value of this node if this is a
Textnode or the value of the immediate child of this node otherwise. - getVisibleNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings visible to this element. - 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
handleFaultmethod is invoked for fault message processing. - handleMessage(C) - Method in interface jakarta.xml.ws.handler.Handler
-
The
handleMessagemethod 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
Handlerinterface is the base interface for Jakarta XML Web Services handlers. - HANDLER - Enum constant in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Handler visibility.
- HandlerChain - Annotation Type 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
-
HandlerResolveris an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation. - hasDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns true if this
SOAPFaulthas aDetailsubelement and false otherwise. - hasFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject. - header() - Element in annotation type jakarta.jws.WebParam
-
If true, the parameter is pulled from a message header rather then the message body.
- header() - Element in annotation type jakarta.jws.WebResult
-
If true, the result is pulled from a message header rather then the message body.
- headers() - Element in annotation type 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
nullvalue. - 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
HTTPBindinginterface 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
HttpHandlerwhich 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
HTTPExceptionexception 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 type 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 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.
- initCause(Throwable) - Method in exception jakarta.xml.soap.SOAPException
-
Initializes the
causefield of thisSOAPExceptionobject with the givenThrowableobject. - InitParam - Annotation Type in jakarta.jws.soap
-
Deprecated.
- initParams() - Element in annotation type 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 jakarta.jws.WebParam.Mode
- input() - Element in annotation type jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theinputmessage of the operation. - interfaceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
interfaceNameas thewsam:InterfaceNameelement in thewsa:Metadataelement. - 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
- isComment() - Method in interface jakarta.xml.soap.Text
-
Retrieves whether this
Textobject represents a comment. - isEnabled() - Method in class jakarta.xml.ws.WebServiceFeature
-
Returns
trueif this feature is enabled. - isMTOMEnabled() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Returns
trueif the use of MTOM is enabled. - 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.soap - package jakarta.xml.soap
-
Provides the API for creating and building SOAP messages.
- 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 jakarta.jws.soap.SOAPBinding.Use
- localName() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Element's local name.
- localName() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Element's local name.
- LogicalHandler<C extends LogicalMessageContext> - Interface in jakarta.xml.ws.handler
-
The
LogicalHandlerextends Handler to provide typesafety for the message context parameter. - LogicalMessage - Interface in jakarta.xml.ws
-
The
LogicalMessageinterface 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
LogicalMessageContextinterface extendsMessageContextto provide access to a the contained message as a protocol neutral LogicalMessage - lookup() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A portable JNDI lookup name that resolves to the target web service reference.
M
- mappedName() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A product specific name that this resource should be mapped to.
- MESSAGE - Enum constant in enum jakarta.xml.ws.Service.Mode
-
Message mode.
- MESSAGE_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: message direction,
truefor outbound messages,falsefor inbound. - MessageContext - Interface in jakarta.xml.ws.handler
-
The interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. - MessageContext.Scope - Enum in jakarta.xml.ws.handler
-
Property scope.
- MessageFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPMessageobjects. - MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
-
Default constructor.
- messageName() - Element in annotation type jakarta.xml.ws.WebFault
-
wsdl:Message's name.
- metadata(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
metadataElementto theW3CEndpointReferenceinstance'swsa:Metadataelement. - MimeHeader - Class in jakarta.xml.soap
-
An object that stores a MIME header name and its value.
- MimeHeader(String, String) - Constructor for class jakarta.xml.soap.MimeHeader
-
Constructs a
MimeHeaderobject initialized with the given name and value. - MimeHeaders - Class in jakarta.xml.soap
-
A container for
MimeHeaderobjects, which represent the MIME headers present in a MIME part of a message. - MimeHeaders() - Constructor for class jakarta.xml.soap.MimeHeaders
-
Constructs a default
MimeHeadersobject initialized with an emptyVectorobject. - mode() - Element in annotation type jakarta.jws.WebParam
-
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
- MTOM - Annotation Type 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 type jakarta.jws.HandlerChain
-
Deprecated.As of JSR-181 2.0 with no replacement.
- name() - Element in annotation type jakarta.jws.soap.InitParam
-
Deprecated.Name of the initialization parameter.
- name() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler.Defaults to the name of the handler class.
- name() - Element in annotation type jakarta.jws.WebParam
-
Name of the parameter.
- name() - Element in annotation type jakarta.jws.WebResult
-
Name of return value.
- name() - Element in annotation type jakarta.jws.WebService
-
The name of the Web Service.
- name() - Element in annotation type jakarta.xml.ws.WebEndpoint
-
The local name of the endpoint.
- name() - Element in annotation type jakarta.xml.ws.WebFault
-
Element's local name.
- name() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The local name of the Web service.
- name() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
The JNDI name of the resource.
- Name - Interface in jakarta.xml.soap
-
A representation of an XML name.
- newInstance() - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance() - Static method in class jakarta.xml.soap.SOAPConnectionFactory
-
Creates an instance of the default
SOAPConnectionFactoryobject. - newInstance() - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance(String) - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the specified implementation. - newInstance(String) - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance. - newMessageFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
MessageFactoryobject for the givenStringprotocol. - newSOAPFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
SOAPFactoryobject for the givenStringprotocol. - Node - Interface in jakarta.xml.soap
-
A representation of a node (element) in an XML document.
- NON_ANONYMOUS - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only non-anonymous responses.
O
- Oneway - Annotation Type in jakarta.jws
-
Indicates that the given @WebMethod has only an input message and no output.
- operationName() - Element in annotation type jakarta.jws.WebMethod
-
Name of the
wsdl:operationmatching this method. - OUT - Enum constant in enum 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 type jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theoutputmessage of the operation.
P
- parameterStyle() - Element 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() - Element in annotation type jakarta.jws.WebParam
-
The name of the
wsdl:partrepresenting this parameter. - partName() - Element in annotation type jakarta.jws.WebResult
-
The name of the wsdl:part representing this return value.
- partName() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
wsdl:part name for the wrapper part
- partName() - Element in annotation type 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 jakarta.xml.ws.Service.Mode
-
Payload mode.
- PortInfo - Interface in jakarta.xml.ws.handler
-
The
PortInfointerface is used by aHandlerResolverto query information about the port it is being asked to create a handler chain for. - portName() - Element in annotation type jakarta.jws.WebService
-
The port name of the Web Service.
- portName() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Port name.
- ProtocolException - Exception in jakarta.xml.ws
-
The
ProtocolExceptionclass 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
nullas 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
ServiceDelegateandEndpointobjects. - Provider<T> - Interface in jakarta.xml.ws
-
Service endpoints may implement the
Providerinterface 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. - recycleNode() - Method in interface jakarta.xml.soap.Node
-
Notifies the implementation that this
Nodeobject is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later. - 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
referenceParameterto theW3CEndpointReferenceinstancewsa:ReferenceParameterselement. - removeAllAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all
AttachmentPartobjects that have been added to thisSOAPMessageobject. - removeAllFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Removes any Subcodes that may be contained by this
SOAPFault. - removeAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Removes all the header entries from this
MimeHeadersobject. - removeAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Removes all the
MimeHeaderobjects for thisSOAPEnvelopeobject. - removeAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all the
AttachmentPartobjects that have header entries that match the specified headers. - removeAttribute(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified name.
- removeAttribute(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified qname.
- removeContents() - Method in interface jakarta.xml.soap.SOAPElement
-
Detaches all children of this
SOAPElement. - removeHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Remove all
MimeHeaderobjects whose name matches the given name. - removeMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the namespace declaration corresponding to the given prefix.
- 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 Type in jakarta.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
- required() - Element in annotation type jakarta.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- RespectBinding - Annotation Type in jakarta.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin a Jakarta XML Web Services runtime. - RespectBindingFeature - Class in jakarta.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin 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
Responseinterface provides methods used to obtain the payload and context of a message sent in response to an operation invocation. - responses() - Element in annotation type 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.
- ResponseWrapper - Annotation Type 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 type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP roles/actors implemented by the handler.
- RPC - Enum constant in enum jakarta.jws.soap.SOAPBinding.Style
S
- SAAJMetaFactory - Class in jakarta.xml.soap
-
The access point for the implementation classes of the factories defined in the SAAJ API.
- SAAJMetaFactory() - Constructor for class jakarta.xml.soap.SAAJMetaFactory
-
Default constructor.
- SAAJResult - Class in jakarta.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol. - SAAJResult(SOAPElement) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results as a child node of theSOAPElementspecified. - SAAJResult(SOAPMessage) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. - SAAJResult(String) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the specified protocol. - saveChanges() - Method in class jakarta.xml.soap.SOAPMessage
-
Updates this
SOAPMessageobject with all the changes that have been made to it. - saveRequired() - Method in class jakarta.xml.soap.SOAPMessage
-
Indicates whether this
SOAPMessageobject needs to have the methodsaveChangescalled on it. - Service - Class in jakarta.xml.ws
-
Serviceobjects 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 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
Serviceobjects to allow pluggability of Jakarta XML Web Services implementations. - ServiceDelegate() - Constructor for class jakarta.xml.ws.spi.ServiceDelegate
-
Default constructor.
- ServiceMode - Annotation Type in jakarta.xml.ws
-
Used to indicate whether a
Providerimplementation wishes to work with entire protocol messages or just with protocol message payloads. - serviceName() - Element in annotation type jakarta.jws.WebService
-
The service name of the Web Service.
- serviceName() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Service name.
- serviceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
serviceNameas thewsam:ServiceNameelement in thewsa:Metadataelement. - 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.
- setActor(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this
SOAPHeaderElementobject to the specified actor. - setBase64Content(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStreamand sets the value of theContent-Typeheader to the value contained incontentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment. - setConnectTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setContent(Object, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that of the given
Objectand sets the value of theContent-Typeheader to the given type. - setContent(Source) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the content of the
SOAPEnvelopeobject with the data from the givenSourceobject. - setContentDescription(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Sets the description of this
SOAPMessageobject's content with the given description. - setContentId(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id" to the given
String. - setContentLocation(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location" to the given
String. - setContentType(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- setDataHandler(DataHandler) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the given
DataHandlerobject as the data handler for thisAttachmentPartobject. - setElementQName(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Changes the name of this
ElementtonewNameif possible. - setEncodingStyle(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Sets the encoding style for this
SOAPElementobject to one specified. - 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
Endpointinstance. - setExecutor(Executor) - Method in class jakarta.xml.ws.Service
-
Sets the executor for this
Serviceinstance. - setExecutor(Executor) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the executor for this
Serviceinstance. - setFaultActor(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault actor. - setFaultCode(Name) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultCode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the give fault code. - setFaultCode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultNode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for this
SOAPFaultobject. - setFaultRole(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for this
SOAPFaultobject. - setFaultString(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string. - setFaultString(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string and localized to the given locale. - 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
HandlerResolverfor thisServiceinstance. - setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the
HandlerResolverfor thisServiceinstance. - setHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
- 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.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
- setMTOMEnabled(boolean) - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Enables or disables use of MTOM.
- setMustUnderstand(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this
SOAPHeaderElementobject to be either true or false. - setParentElement(SOAPElement) - Method in interface jakarta.xml.soap.Node
-
Sets the parent of this
Nodeobject to the givenSOAPElementobject. - 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
Endpointinstance. - setProperty(String, Object) - Method in class jakarta.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setRawContent(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
InputStreamcontentand sets the value of theContent-Typeheader to the value contained incontentType. - setRawContentBytes(byte[], int, int, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
byte[]arraycontentand sets the value of theContent-Typeheader to the value contained incontentType. - setReadTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setRelay(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this
SOAPHeaderElementto be either true or false. - setRole(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the
Roleassociated with thisSOAPHeaderElementobject to the specifiedRole. - 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.
- setValue(String) - Method in interface jakarta.xml.soap.Node
-
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
- SOAP_1_1_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.1. - SOAP_1_1_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.1 specification. - SOAP_1_2_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.2. - SOAP_1_2_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specification - SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_ENV_PREFIX - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- 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
SOAPBindinginterface is an abstraction for the SOAP binding. - 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
- SOAPBody - Interface in jakarta.xml.soap
-
An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPBodyElement - Interface in jakarta.xml.soap
-
A
SOAPBodyElementobject represents the contents in aSOAPBodyobject. - SOAPConnection - Class in jakarta.xml.soap
-
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class jakarta.xml.soap.SOAPConnection
-
Default constructor.
- SOAPConnectionFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPConnectionobjects. - SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
-
Default constructor.
- SOAPConstants - Interface in jakarta.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in jakarta.xml.soap
-
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
- SOAPEnvelope - Interface in jakarta.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPartobject. - SOAPException - Exception in jakarta.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with no reason or embeddedThrowableobject. - SOAPException(String) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown. - SOAPException(String, Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown and the givenThrowableobject as an embedded exception. - SOAPException(Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject initialized with the givenThrowableobject. - SOAPFactory - Class in jakarta.xml.soap
-
SOAPFactoryis a factory for creating various objects that exist in the SOAP XML tree. - SOAPFactory() - Constructor for class jakarta.xml.soap.SOAPFactory
-
Default constructor.
- SOAPFault - Interface in jakarta.xml.soap
-
An element in the
SOAPBodyobject that contains error and/or status information. - SOAPFaultElement - Interface in jakarta.xml.soap
-
A representation of the contents in a
SOAPFaultobject. - SOAPFaultException - Exception in jakarta.xml.ws.soap
-
The
SOAPFaultExceptionexception 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
SOAPHandlerclass extendsHandlerto provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler. - SOAPHeader - Interface in jakarta.xml.soap
-
A representation of the SOAP header element.
- SOAPHeaderElement - Interface in jakarta.xml.soap
-
An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - Class in jakarta.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class jakarta.xml.soap.SOAPMessage
-
Default constructor.
- SOAPMessageContext - Interface in jakarta.xml.ws.handler.soap
-
The interface
SOAPMessageContextprovides access to the SOAP message for either RPC request or response. - 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.
- SOAPPart - Class in jakarta.xml.soap
-
The container for the SOAP-specific portion of a
SOAPMessageobject. - SOAPPart() - Constructor for class jakarta.xml.soap.SOAPPart
-
Default constructor.
- stop() - Method in class jakarta.xml.ws.Endpoint
-
Stops publishing this endpoint.
- style() - Element in annotation type jakarta.jws.soap.SOAPBinding
-
Defines the encoding style for messages send to and from the Web Service.
T
- targetNamespace() - Element in annotation type jakarta.jws.WebParam
-
The XML namespace for the parameter.
- targetNamespace() - Element in annotation type jakarta.jws.WebResult
-
The XML namespace for the return value.
- targetNamespace() - Element 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).
- targetNamespace() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebFault
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The namespace for the Web service.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Target namespace for the service
- Text - Interface in jakarta.xml.soap
-
A representation of a node whose value is text.
- threshold() - Element in annotation type 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 type jakarta.xml.ws.WebServiceRef
-
The Java type of the resource.
U
- URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
- URI_SOAP_1_2_ROLE_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
- URI_SOAP_1_2_ROLE_NONE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
- use() - Element in annotation type jakarta.jws.soap.SOAPBinding
-
Defines the formatting style for messages sent to and from the Web Service.
- 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 type jakarta.jws.soap.InitParam
-
Deprecated.Value of the initialization parameter.
- value() - Element in annotation type jakarta.jws.soap.SOAPMessageHandlers
-
Deprecated.
- value() - Element in annotation type jakarta.xml.ws.BindingType
-
A binding identifier (a URI).
- value() - Element in annotation type jakarta.xml.ws.FaultAction
-
Value of WS-Addressing
Actionmessage addressing property for the exception. - value() - Element in annotation type jakarta.xml.ws.ServiceMode
-
Service mode.
- value() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
The service class, always a type extending
jakarta.xml.ws.Service. - value() - Element in annotation type jakarta.xml.ws.WebServiceRefs
-
Array used for multiple web service reference declarations.
- 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.
- valueOf(String) - Static method in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.ws.Service.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
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.
- values() - Static method in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.ws.Service.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Returns an array containing the constants of this enum type, 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(Source) - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
-
Creates an EPR from infoset representation
- W3CEndpointReferenceBuilder - Class in jakarta.xml.ws.wsaddressing
-
This class is used to build
W3CEndpointReferenceinstances. - W3CEndpointReferenceBuilder() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Creates a new
W3CEndpointReferenceBuilderinstance. - WebEndpoint - Annotation Type in jakarta.xml.ws
-
Used to annotate the
getPortName()methods of a generated service interface. - WebFault - Annotation Type 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 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.
- WebServiceClient - Annotation Type in jakarta.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in jakarta.xml.ws
-
A
WebServiceContextmakes 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
WebServiceExceptionclass 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
nullas 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 ofcause). - 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 Type 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 Type in jakarta.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Type in jakarta.xml.ws
-
The
WebServiceRefannotation is used to define a reference to a web service and (optionally) an injection target for it. - WebServiceRefs - Annotation Type in jakarta.xml.ws
-
The
WebServiceRefsannotation allows multiple web service references to be declared at the class level. - WRAPPED - Enum constant in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
- WRITE_XML_DECLARATION - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
- writeTo(OutputStream) - Method in class jakarta.xml.soap.SOAPMessage
-
Writes this
SOAPMessageobject to the given output stream. - writeTo(Result) - Method in class jakarta.xml.ws.EndpointReference
-
write this
EndpointReferenceto 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(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
wsdlDocumentLocationthat will be referenced aswsa:Metadata/@wsdli:wsdlLocation. - wsdlLocation() - Element in annotation type jakarta.jws.WebService
-
The location of a pre-defined WSDL describing the service.
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The location of the WSDL document for the service (a URL).
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Location of the WSDL description for the service.
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A URL pointing to the WSDL document for the web service.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form