Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default
Marshallerimplementation. - AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default
Unmarshallerimplementation. - AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- action() - Element in annotation type javax.jws.WebMethod
-
The action for this operation.
- Action - Annotation Type in javax.xml.ws
-
The
Actionannotation allows explicit association of a WS-AddressingActionmessage addressing property withinput,output, andfaultmessages of the mapped WSDL operation. - ActivationDataFlavor - Class in javax.activation
-
The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor. - ActivationDataFlavor(Class, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents a MimeType.
- ActivationDataFlavor(Class, String, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents an arbitrary Java object.
- ActivationDataFlavor(String, String) - Constructor for class javax.activation.ActivationDataFlavor
-
Construct a DataFlavor that represents a MimeType.
- addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
-
Adds the given
AttachmentPartobject to thisSOAPMessageobject. - addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a
SOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject. - addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject. - addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject. - addChildElement(String) - Method in interface javax.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 javax.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 javax.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 javax.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject. - addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject. - addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
-
Add a
SOAPElementas a child of thisSOAPElementinstance. - addDetail() - Method in interface javax.xml.soap.SOAPFault
-
Creates an optional
Detailobject and sets it as theDetailobject for thisSOAPFaultobject. - addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given QName and adds it to thisDetailobject. - addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given name and adds it to thisDetailobject. - addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
-
Adds the root node of the DOM
Documentto thisSOAPBodyobject. - addFault() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFaultReasonText(String, Locale) - Method in interface javax.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 javax.xml.soap.SOAPEnvelope
-
Creates a
SOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject. - addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
-
Adds a
MimeHeaderobject with the specified name and value to thisMimeHeadersobject's list of headers. - addHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject. - addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addMailcap(String) - Method in class javax.activation.MailcapCommandMap
-
Add entries to the registry.
- addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPartobject. - addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
-
Creates a
MimeHeaderobject with the specified name and value and adds it to thisSOAPPartobject. - addMimeTypes(String) - Method in class javax.activation.MimetypesFileTypeMap
-
Prepend the MIME type values to the registry.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary
datafor optimized binary storage as an attachment. - addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content
datafor optimized binary storage as an attachment. - addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElementobject. - addNotUnderstoodHeaderElement(QName) - Method in interface javax.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 javax.xml.ws.Service
-
Creates a new port for the service.
- addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a new port for the service.
- addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Adds a response header with the given name and value.
- address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
addressto theW3CEndpointReferenceinstance'swsa:Address. - Addressing - Annotation Type in javax.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 javax.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 javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature.Responses - Enum in javax.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.
- addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Add MIME
dataas an attachment and return attachment's content-id, cid. - addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
-
Creates a new
Textobject initialized with the givenStringand adds it to thisSOAPElementobject. - addUpgradeHeaderElement(String) - Method in interface javax.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 javax.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 javax.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified List of supported SOAP URIs and adds it to thisSOAPHeaderobject. - afterCompletion(int) - Method in interface javax.transaction.Synchronization
-
This method is called by the transaction manager after the transaction is committed or rolled back.
- afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling
sourceto XML. - afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into
target. - ALL - Enum constant in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Supports all response types and this is the default
- ALPHABETICAL - Enum constant in enum javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).
- ANONYMOUS - Enum constant in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only anonymous responses.
- appendFaultSubcode(QName) - Method in interface javax.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault. - APPLICATION - Enum constant in enum javax.xml.ws.handler.MessageContext.Scope
-
Application visibility.
- AsyncHandler<T> - Interface in javax.xml.ws
-
The
AsyncHandlerinterface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously. - AttachmentMarshaller - Class in javax.xml.bind.attachment
-
Enable JAXB marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
- AttachmentPart - Class in javax.xml.soap
-
A single attachment to a
SOAPMessageobject. - AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
- AttachmentUnmarshaller - Class in javax.xml.bind.attachment
-
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
- attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement. - attributeFormDefault() - Element in annotation type javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for attributes.
B
- BARE - Enum constant in enum javax.jws.soap.SOAPBinding.ParameterStyle
- bean() - Element in annotation type javax.xml.ws.spi.WebServiceFeatureAnnotation
-
The
WebServiceFeaturebean that is associated with theWebServiceFeatureannotation - beforeCompletion() - Method in interface javax.transaction.Synchronization
-
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
- beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked before marshalling from
sourceto XML. - beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked before unmarshalling into
target. - begin() - Method in interface javax.transaction.TransactionManager
-
Create a new transaction and associate it with the current thread.
- begin() - Method in interface javax.transaction.UserTransaction
-
Create a new transaction and associate it with the current thread.
- Binder<XmlNode> - Class in javax.xml.bind
-
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
- Binder() - Constructor for class javax.xml.bind.Binder
- Binding - Interface in javax.xml.ws
-
The
Bindinginterface is the base interface for JAX-WS protocol bindings. - BindingProvider - Interface in javax.xml.ws
-
The
BindingProviderinterface provides access to the protocol binding and associated context objects for request and response message processing. - BindingType - Annotation Type in javax.xml.ws
-
The
BindingTypeannotation is used to specify the binding to use for a web service endpoint implementation class. - build() - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Builds a
W3CEndpointReferencefrom the accumulated properties set on thisW3CEndpointReferenceBuilderinstance.
C
- call(SOAPMessage, Object) - Method in class javax.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 javax.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- className() - Element in annotation type javax.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler class.
- className() - Element in annotation type javax.xml.ws.FaultAction
-
Name of the exception class.
- className() - Element in annotation type javax.xml.ws.RequestWrapper
-
Request wrapper bean name.
- className() - Element in annotation type javax.xml.ws.ResponseWrapper
-
Response wrapper bean name.
- clearContent() - Method in class javax.xml.soap.AttachmentPart
-
Clears out the content of this
AttachmentPartobject. - close() - Method in class javax.xml.soap.SOAPConnection
-
Closes this
SOAPConnectionobject. - close() - Method in class javax.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime dispatching a message, fault or exception.
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
Built-in
XmlAdapterto handlexs:tokenand its derived types. - CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- CommandInfo - Class in javax.activation
-
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
- CommandInfo(String, String) - Constructor for class javax.activation.CommandInfo
-
The Constructor for CommandInfo.
- CommandMap - Class in javax.activation
-
The CommandMap class provides an interface to a registry of command objects available in the system.
- CommandMap() - Constructor for class javax.activation.CommandMap
- CommandObject - Interface in javax.activation
-
JavaBeans components that are Jakarta Activation aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
- commit() - Method in interface javax.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface javax.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface javax.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- countAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- create(Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web service features.
- create(String) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
- create(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type, implementor object, and web service features.
- create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
- create(URL, QName) - Static method in class javax.xml.ws.Service
-
Creates a
Serviceinstance. - create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName) - Static method in class javax.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a
Serviceinstance. - create(Name) - Method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
- createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
- createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
-
Creates a new empty
AttachmentPartobject. - createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it using the givenDataHandlerobject. - createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a
Binderfor W3C DOM. - createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
-
Creates a
Binderobject that can be used for associative/in-place unmarshalling/marshalling. - createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
-
Create a new
SOAPConnection. - createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - createDataContentHandler(String) - Method in class javax.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDataContentHandler(String) - Method in interface javax.activation.DataContentHandlerFactory
-
Creates a new DataContentHandler object for the MIME type.
- createDataContentHandler(String) - Method in class javax.activation.MailcapCommandMap
-
Return the DataContentHandler for the specified MIME type.
- createDataContentHandler(String, DataSource) - Method in class javax.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDetail() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new
Detailobject which serves as a container forDetailEntryobjects. - createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.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 javax.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 javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class javax.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 javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with JAXB generated objects. - createElement(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new
SOAPElementobject with the given local name, prefix and uri. - createElement(QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenQNameobject. - createElement(Name) - Method in class javax.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenNameobject. - createElement(Element) - Method in class javax.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject from an existing DOMElement. - createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class javax.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 javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation object and web service features.
- createFault() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new default
SOAPFaultobject - createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new
SOAPFaultobject initialized with the givenreasonTextandfaultCode - createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
-
Creates a
JAXBIntrospectorobject that can be used to introspect JAXB objects. - createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a
Marshallerobject that can be used to convert a java content tree into XML data. - createMessage() - Method in class javax.xml.soap.MessageFactory
-
Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
-
Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name. - createName(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name. - createName(String, String, String) - Method in interface javax.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 javax.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI) will be written, and return it as a
Resultobject. - createQName(String, String) - Method in interface javax.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 javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an
Unmarshallerobject that can be used to convert XML data into a java content tree. - createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a
Resultobject. - createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- createValidator() - Method in class javax.xml.bind.JAXBContext
-
Deprecated.since JAXB2.0
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.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 javax.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference.
D
- DataBindingException - Exception in javax.xml.bind
-
Exception that represents a failure in a JAXB operation.
- DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- DataContentHandler - Interface in javax.activation
-
The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.
- DataContentHandlerFactory - Interface in javax.activation
-
This interface defines a factory for
DataContentHandlers. - DataHandler - Class in javax.activation
-
The DataHandler class provides a consistent interface to data available in many different sources and formats.
- DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
-
Create a
DataHandlerinstance representing an object of this MIME type. - DataHandler(URL) - Constructor for class javax.activation.DataHandler
-
Create a
DataHandlerinstance referencing a URL. - DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
-
Create a
DataHandlerinstance referencing the specified DataSource. - DataSource - Interface in javax.activation
-
The DataSource interface provides Jakarta Activation with an abstraction of an arbitrary collection of data.
- DatatypeConverter - Class in javax.xml.bind
-
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
- DEFAULT_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- DefaultValidationEventHandler - Class in javax.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
- defaultValue() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
Default value of this element.
- defaultValue() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
Default value of this element.
- delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
-
Disassociate the resource specified from the transaction associated with the target Transaction object.
- detachNode() - Method in interface javax.xml.soap.Node
-
Removes this
Nodeobject from the tree. - Detail - Interface in javax.xml.soap
-
A container for
DetailEntryobjects. - DetailEntry - Interface in javax.xml.soap
-
The content for a
Detailobject, giving details for aSOAPFaultobject. - Dispatch<T> - Interface in javax.xml.ws
-
The
Dispatchinterface provides support for the dynamic invocation of a service endpoint operations. - DOCUMENT - Enum constant in enum javax.jws.soap.SOAPBinding.Style
- DomHandler<ElementT,
ResultT extends Result> - Interface in javax.xml.bind.annotation -
Converts an element (and its descendants) from/to DOM (or similar) representation.
- dontRollbackOn() - Element in annotation type javax.transaction.Transactional
-
The dontRollbackOn element can be set to indicate exceptions that must not cause the interceptor to mark the transaction for rollback.
- DYNAMIC_SOAP_PROTOCOL - Static variable in interface javax.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 javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension element to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement. - Element - Interface in javax.xml.bind
-
This is an element marker interface.
- elementFormDefault() - Element in annotation type javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for elements.
- enabled - Variable in class javax.xml.ws.WebServiceFeature
-
Specifies if the feature is enabled or disabled
- enabled() - Element in annotation type javax.xml.ws.RespectBinding
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type javax.xml.ws.soap.Addressing
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type javax.xml.ws.soap.MTOM
-
Specifies if this feature is enabled or disabled.
- ENCODED - Enum constant in enum javax.jws.soap.SOAPBinding.Use
- Endpoint - Class in javax.xml.ws
-
A Web service endpoint.
- Endpoint() - Constructor for class javax.xml.ws.Endpoint
- ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: Target service endpoint address.
- EndpointContext - Class in javax.xml.ws
-
EndpointContextallows multiple endpoints in an application to share any information. - EndpointContext() - Constructor for class javax.xml.ws.EndpointContext
- endpointInterface() - Element in annotation type javax.jws.WebService
-
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
- endpointName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
endpointNameaswsam:ServiceName/@EndpointNamein thewsa:Metadataelement. - EndpointReference - Class in javax.xml.ws
-
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
- EndpointReference() - Constructor for class javax.xml.ws.EndpointReference
-
Default constructor.
- enlistResource(XAResource) - Method in interface javax.transaction.Transaction
-
Enlist the resource specified with the transaction associated with the target Transaction object.
- equals(DataFlavor) - Method in class javax.activation.ActivationDataFlavor
-
Compares the DataFlavor passed in with this DataFlavor; calls the
isMimeTypeEqualmethod. - ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
- errorCode - Variable in exception javax.transaction.SystemException
-
The error code with which to create the SystemException.
- examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject. - examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor. - examineMustUnderstandHeaderElements(String) - Method in interface javax.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 javax.jws.WebMethod
-
Marks a method to NOT be exposed as a web method.
- extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractContentAsDocument() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new DOM
Documentand sets the first child of thisSOAPBodyas it's document element. - extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and detaches them from thisSOAPHeaderobject.
F
- factoryClass() - Element in annotation type javax.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- factoryMethod() - Element in annotation type javax.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in
factoryClassfactoryClass(). - FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
- fault() - Element in annotation type javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for thefaultmessage(s) of the operation. - FaultAction - Annotation Type in javax.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 javax.xml.ws.WebFault
-
Fault bean name.
- FIELD - Enum constant in enum javax.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient. - file() - Element in annotation type javax.jws.HandlerChain
-
Location of the handler chain file.
- FileDataSource - Class in javax.activation
-
The FileDataSource class implements a simple DataSource object that encapsulates a file.
- FileDataSource(File) - Constructor for class javax.activation.FileDataSource
-
Creates a FileDataSource from a File object.
- FileDataSource(String) - Constructor for class javax.activation.FileDataSource
-
Creates a FileDataSource from the specified path name.
- FileTypeMap - Class in javax.activation
-
The FileTypeMap is an abstract class that provides a data typing interface for files.
- FileTypeMap() - Constructor for class javax.activation.FileTypeMap
-
The default constructor.
G
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- get(Object) - Method in class javax.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- get(String) - Method in class javax.activation.MimeTypeParameterList
-
Retrieve the value associated with the given name, or null if there is no current association.
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement. - getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributeNameobjects in thisSOAPElementobject. - getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributes in thisSOAPElementasQNameobjects. - getAllCommands() - Method in class javax.activation.DataHandler
-
Return all the commands for this type of data.
- getAllCommands(String) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Returns all the
MimeHeaders in thisMimeHeadersobject. - getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this
AttachmentPartobject as an iterator over theMimeHeaderobjects. - getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this
SOAPPartobject as an iterator over theMimeHeaderobjects. - getAttachment(SOAPElement) - Method in class javax.xml.soap.SOAPMessage
-
Returns an
AttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists. - getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id,
cid, as abyte[]. - getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id,
cid, and return as aDataHandler. - getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
- getAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that are part of thisSOAPMessageobject. - getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that have header entries that match the specified headers. - getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration and other data that can be used by jax-ws runtime.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange. - getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with this
HttpExchange. - getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getBase64Content() - Method in class javax.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. - getBaseType() - Method in class javax.activation.MimeType
-
Return a String representation of this object without the parameter list.
- getBean(CommandInfo) - Method in class javax.activation.DataHandler
-
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
- getCause() - Method in exception javax.xml.bind.JAXBException
- getCause() - Method in exception javax.xml.soap.SOAPException
-
Returns the
Throwableobject embedded in thisSOAPExceptionif there is one. - getChildElements() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element. - getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified qname. - getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified name. - getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getCommand(String) - Method in class javax.activation.DataHandler
-
Get the command cmdName.
- getCommand(String, String) - Method in class javax.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
-
Get the command corresponding to
cmdNamefor the MIME type. - getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommandClass() - Method in class javax.activation.CommandInfo
-
Return the command's class name.
- getCommandName() - Method in class javax.activation.CommandInfo
-
Return the command verb.
- getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
-
Return the instantiated JavaBean component.
- getContent() - Method in class javax.activation.DataHandler
-
Return the data in its preferred Object form.
- getContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a Java object. - getContent() - Method in class javax.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP
Sourceobject. - getContent(DataSource) - Method in interface javax.activation.DataContentHandler
-
Return an object representing the data in its most preferred form.
- getContentDescription() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves a description of this
SOAPMessageobject's content. - getContentId() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLocation() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in class javax.activation.DataHandler
-
Return the MIME type of this object as retrieved from the source object.
- getContentType() - Method in interface javax.activation.DataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class javax.activation.FileDataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class javax.activation.URLDataSource
-
Returns the value of the URL content-type header field.
- getContentType() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContentType(File) - Method in class javax.activation.FileTypeMap
-
Return the type of the file object.
- getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
-
Return the MIME type of the file object.
- getContentType(String) - Method in class javax.activation.FileTypeMap
-
Return the type of the file passed in.
- getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
-
Return the MIME type based on the specified file name.
- getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getDataHandler() - Method in class javax.xml.soap.AttachmentPart
-
Gets the
DataHandlerobject for thisAttachmentPartobject. - getDataSource() - Method in class javax.activation.DataHandler
-
Return the DataSource associated with this instance of DataHandler.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDefaultCommandMap() - Static method in class javax.activation.CommandMap
-
Get the default CommandMap.
- getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
-
Return the default FileTypeMap for the system.
- getDetail() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional detail element for this
SOAPFaultobject. - getDetailEntries() - Method in interface javax.xml.soap.Detail
-
Gets an Iterator over all of the
DetailEntrys in thisDetailobject. - getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the
Result. - getElementName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the name of this
SOAPElementobject. - getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for
jaxbElement. - getElementQName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the qname of this
SOAPElementobject. - getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
-
Returns the encoding style for this
SOAPElementobject. - getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the
EndpointReferenceassociated with this endpoint. - getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the
EndpointReferencefor this endpoint. - getEndpoints() - Method in class javax.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEnvelope() - Method in class javax.xml.soap.SOAPPart
-
Gets the
SOAPEnvelopeobject associated with thisSOAPPartobject. - getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getEventHandler() - Method in class javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this
Endpointinstance. - getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this
Serviceinstance. - getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the executor for this
Serviceinstance. - getFault() - Method in interface javax.xml.soap.SOAPBody
-
Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
-
Gets the embedded
SOAPFaultinstance. - getFaultActor() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault actor for this
SOAPFaultobject. - getFaultCode() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject. - getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFaultobject as a SAAJNameobject. - getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject as aQNameobject. - getFaultNode() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFaultobject. - getFaultReasonLocales() - Method in interface javax.xml.soap.SOAPFault
-
Returns an
Iteratorover a distinct sequence ofLocales for which there are associated Reason Text items. - getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given
Locale. - getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
-
Returns an
Iteratorover a sequence ofStringobjects containing all of the Reason Text items for thisSOAPFault. - getFaultRole() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFaultobject. - getFaultString() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault string for this
SOAPFaultobject. - getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
-
Gets the locale of the fault string for this
SOAPFaultobject. - getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Gets the Subcodes for this
SOAPFaultas an iterator overQNames. - getFile() - Method in class javax.activation.FileDataSource
-
Return the File object that corresponds to this FileDataSource.
- getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerResolver() - Method in class javax.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the
SOAPHeaderobject for thisSOAPEnvelopeobject. - getHeader(String) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
Stringobjects. - getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the message context.
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a
HttpContextfor this exchange. - getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
-
Return the Human Presentable name.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getImplementor() - Method in class javax.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getInputStream() - Method in class javax.activation.DataHandler
-
Get the InputStream for this object.
- getInputStream() - Method in interface javax.activation.DataSource
-
This method returns an
InputStreamrepresenting the data and throws the appropriate exception if it can not do so. - getInputStream() - Method in class javax.activation.FileDataSource
-
This method will return an InputStream representing the the data and will throw an IOException if it can not do so.
- getInputStream() - Method in class javax.activation.URLDataSource
-
The getInputStream method from the URL.
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getListener() - Method in interface javax.xml.bind.Marshaller
-
Return
Marshaller.Listenerregistered with thisMarshaller. - getListener() - Method in interface javax.xml.bind.Unmarshaller
-
Return
Unmarshaller.Listenerregistered with thisUnmarshaller. - getLocalAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocalName() - Method in interface javax.xml.soap.Name
-
Gets the local name part of the XML name that this
Nameobject represents. - getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
-
Returns all the
MimeHeaderobjects whose name matches a name in the given array of names. - getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in exception javax.xml.soap.SOAPException
-
Returns the detail message for this
SOAPExceptionobject. - getMessage() - Method in interface javax.xml.ws.handler.LogicalMessageContext
-
Gets the message from this message context
- getMessage() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the
SOAPMessagefrom this message context. - getMessageContext() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the
MessageContextfor the request being served at the time this method is called. - getMessageFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ
MessageFactoryinstance used by this SOAP binding. - getMetadata() - Method in class javax.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String. - getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
-
Gets all the values of the
MimeHeaderobject in thisSOAPPartobject that is identified by the givenString. - getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this
SOAPMessageobject in a transport-independent fashion. - getMimeType() - Method in class javax.activation.ActivationDataFlavor
-
Return the MIME type for this DataFlavor.
- getMimeTypes() - Method in class javax.activation.CommandMap
-
Get all the MIME types known to this command map.
- getMimeTypes() - Method in class javax.activation.MailcapCommandMap
-
Get all the MIME types known to this command map.
- getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement. - getName() - Method in class javax.activation.DataHandler
-
Return the name of the data object.
- getName() - Method in interface javax.activation.DataSource
-
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
- getName() - Method in class javax.activation.FileDataSource
-
Return the name of this object.
- getName() - Method in class javax.activation.URLDataSource
-
Calls the
getFilemethod on the URL used to instantiate the object. - getName() - Method in class javax.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getName() - Method in class javax.xml.soap.MimeHeader
-
Returns the name of this
MimeHeaderobject. - getNames() - Method in class javax.activation.MimeTypeParameterList
-
Retrieve an enumeration of all the names in this list.
- getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings declared by this element. - getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get the native commands for the given MIME type.
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw an
UnsupportedOperationException. - getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNonMatchingHeaders(String[]) - Method in class javax.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 javax.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getOutputStream() - Method in class javax.activation.DataHandler
-
Get an OutputStream for this DataHandler to allow overwriting the underlying data.
- getOutputStream() - Method in interface javax.activation.DataSource
-
This method returns an
OutputStreamwhere the data can be written and throws the appropriate exception if it can not do so. - getOutputStream() - Method in class javax.activation.FileDataSource
-
This method will return an OutputStream representing the the data and will throw an IOException if it can not do so.
- getOutputStream() - Method in class javax.activation.URLDataSource
-
The getOutputStream method from the URL.
- getParameter(String) - Method in class javax.activation.MimeType
-
Retrieve the value associated with the given name, or null if there is no current association.
- getParameters() - Method in class javax.activation.MimeType
-
Retrieve this object's parameter list.
- getParentElement() - Method in interface javax.xml.soap.Node
-
Returns the parent element of this
Nodeobject. - getPath() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- getPathInfo() - Method in class javax.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 javax.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 javax.xml.ws.LogicalMessage
-
Gets the message payload as a JAXB object.
- getPort(Class<T>) - Method in class javax.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
The getPort method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPortName() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL port being accessed.
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPreferredCommands() - Method in class javax.activation.DataHandler
-
Return the preferred commands for this type of data.
- getPreferredCommands(String) - Method in class javax.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get the preferred command list for a MIME Type.
- getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPrefix() - Method in interface javax.xml.soap.Name
-
Returns the prefix that was specified when this
Nameobject was initialized. - getPrimaryType() - Method in class javax.activation.MimeType
-
Retrieve the primary type of this object.
- getProperties() - Method in class javax.xml.ws.Endpoint
-
Returns the property bag for this
Endpointinstance. - getProperty(String) - Method in class javax.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder. - getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles the four defined properties in Marshaller.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller. - getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller. - getProperty(String) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- getProperty(String) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getProtocol() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
- getQualifiedName() - Method in interface javax.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Nameobject represents. - getQueryString() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI after the path.
- getRawContent() - Method in class javax.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 javax.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. - getRelay() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement - getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved address of the remote entity invoking this request.
- getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
-
Return the representation class.
- getRequestBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream from which the request body can be read.
- getRequestContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context for request messages.
- getRequestHeader(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the value of the specified request header.
- getRequestHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an immutable Map containing the HTTP headers that were included with this request.
- getRequestMethod() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Get the HTTP request method
- getRequestURI() - Method in class javax.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.
- getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
- getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream to which the response body must be written.
- getResponseContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getResponseHeaders() - Method in class javax.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 javax.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 interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class javax.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getResult() - Method in class javax.xml.soap.SAAJResult
- getRole() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement. - getRoles() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution of the handler chain.
- getRoles() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the roles played by the SOAP binding instance.
- getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Get the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
- getSchema() - Method in class javax.xml.bind.Binder
-
Gets the last
Schemaobject (including null) set by theBinder.setSchema(Schema)method. - getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getSchema() - Method in interface javax.xml.bind.Marshaller
-
Get the JAXP 1.3
Schemaobject being used to perform marshal-time validation. - getSchema() - Method in interface javax.xml.bind.Unmarshaller
-
Get the JAXP 1.3
Schemaobject being used to perform unmarshal-time validation. - getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getScheme() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the name of the scheme used to make this request, for example: http, or https.
- getScope() - Method in class javax.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getScope(String) - Method in interface javax.xml.ws.handler.MessageContext
-
Gets the scope of a property.
- getServiceName() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL service name containing the port being accessed.
- getServiceName() - Method in class javax.xml.ws.Service
-
Gets the name of this service.
- getServiceName() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Gets the name of this service.
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- getSize() - Method in class javax.xml.soap.AttachmentPart
-
Returns the number of bytes in this
AttachmentPartobject. - getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this
SOAPMessageobject. - getSOAPFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ
SOAPFactoryinstance used by this SOAP binding. - getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this
SOAPMessageobject. - getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
-
Gets the SOAP part of this
SOAPMessageobject. - getStatus() - Method in interface javax.transaction.Transaction
-
Obtain the status of the transaction associated with the target Transaction object.
- getStatus() - Method in interface javax.transaction.TransactionManager
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface javax.transaction.UserTransaction
-
Obtain the status of the transaction associated with the current thread.
- getStatusCode() - Method in exception javax.xml.ws.http.HTTPException
-
Gets the HTTP status code.
- getSubType() - Method in class javax.activation.MimeType
-
Retrieve the subtype of this object.
- getThreshold() - Method in class javax.xml.ws.soap.MTOMFeature
-
Gets the threshold value used to determine when binary data should be sent as an attachment.
- getTransaction() - Method in interface javax.transaction.TransactionManager
-
Get the transaction object that represents the transaction context of the calling thread.
- getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
- getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Return the status of the transaction bound to the current thread at the time this method is called.
- getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
-
Returns an object that represents the data to be transferred.
- getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
-
Returns an object which represents the data to be transferred.
- getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
-
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
- getTransferDataFlavors() - Method in class javax.activation.DataHandler
-
Return the DataFlavors in which this data is available.
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
- getURI() - Method in interface javax.xml.soap.Name
-
Returns the URI of the namespace for the XML name that this
Nameobject represents. - getURL() - Method in class javax.activation.URLDataSource
-
Return the URL used to create this DataSource.
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getURL() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- getUserPrincipal() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the
Principalthat represents the authenticated user for thisHttpExchange. - getUserPrincipal() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender of the request currently being serviced.
- getValue() - Method in class javax.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue() - Method in class javax.xml.soap.MimeHeader
-
Returns the value of this
MimeHeaderobject. - getValue() - Method in interface javax.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. - getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
-
Get the element value of a JAXB element.
- getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings visible to this element. - getWSDLDocumentLocation() - Method in class javax.xml.ws.Service
-
Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Gets the location of the WSDL document for this Service.
- getXMLNode(Object) - Method in class javax.xml.bind.Binder
-
Gets the XML element associated with the given JAXB object.
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
- GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
H
- handle(HttpExchange) - Method in class javax.xml.ws.spi.http.HttpHandler
-
Handles a given request and generates an appropriate response.
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
- handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
-
Receive notification of a validation warning or error.
- handleFault(C) - Method in interface javax.xml.ws.handler.Handler
-
The
handleFaultmethod is invoked for fault message processing. - handleMessage(C) - Method in interface javax.xml.ws.handler.Handler
-
The
handleMessagemethod is invoked for normal processing of inbound and outbound messages. - handler - Variable in class javax.xml.ws.spi.http.HttpContext
-
The handler to set for this context.
- Handler<C extends MessageContext> - Interface in javax.xml.ws.handler
-
The
Handlerinterface is the base interface for JAX-WS handlers. - HANDLER - Enum constant in enum javax.xml.ws.handler.MessageContext.Scope
-
Handler visibility.
- HandlerChain - Annotation Type in javax.jws
-
Associates the Web Service with an externally defined handler chain.
- handleResponse(Response<T>) - Method in interface javax.xml.ws.AsyncHandler
-
Called when the response to an asynchronous operation is available.
- HandlerResolver - Interface in javax.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 javax.xml.soap.SOAPFault
-
Returns true if this
SOAPFaulthas aDetailsubelement and false otherwise. - hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Returns true if this event collector contains at least one ValidationEvent.
- hasFault() - Method in interface javax.xml.soap.SOAPBody
-
Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject. - header() - Element in annotation type javax.jws.WebParam
-
If true, the parameter is pulled from a message header rather then the message body.
- header() - Element in annotation type javax.jws.WebResult
-
If true, the result is pulled from a message header rather then the message body.
- headers() - Element in annotation type javax.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP headers processed by the handler.
- HeuristicCommitException - Exception in javax.transaction
-
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
- HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
- HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
- HeuristicMixedException - Exception in javax.transaction
-
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
- HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
- HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
- HeuristicRollbackException - Exception in javax.transaction
-
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
- HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
- HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
- HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapterforxs:hexBinary. - HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- Holder<T> - Class in javax.xml.ws
-
Holds a value of type
T. - Holder() - Constructor for class javax.xml.ws.Holder
-
Creates a new holder with a
nullvalue. - Holder(T) - Constructor for class javax.xml.ws.Holder
-
Create a new holder with the specified value.
- HTTP_BINDING - Static variable in interface javax.xml.ws.http.HTTPBinding
-
A constant representing the identity of the XML/HTTP binding.
- HTTP_REQUEST_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP request headers.
- HTTP_REQUEST_METHOD - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP request method.
- HTTP_RESPONSE_CODE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP response status code.
- HTTP_RESPONSE_HEADERS - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: HTTP response headers.
- HTTPBinding - Interface in javax.xml.ws.http
-
The
HTTPBindinginterface is an abstraction for the XML/HTTP binding. - HttpContext - Class in javax.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 javax.xml.ws.spi.http.HttpContext
- HTTPException - Exception in javax.xml.ws.http
-
The
HTTPExceptionexception represents a XML/HTTP fault. - HTTPException(int) - Constructor for exception javax.xml.ws.http.HTTPException
-
Constructor for the HTTPException
- HttpExchange - Class in javax.xml.ws.spi.http
-
This class encapsulates a HTTP request received and a response to be generated in one exchange.
- HttpExchange() - Constructor for class javax.xml.ws.spi.http.HttpExchange
- HttpHandler - Class in javax.xml.ws.spi.http
-
A handler which is invoked to process HTTP requests.
- HttpHandler() - Constructor for class javax.xml.ws.spi.http.HttpHandler
I
- id() - Element in annotation type javax.xml.ws.spi.WebServiceFeatureAnnotation
-
Unique identifier for the WebServiceFeature.
- ID - Static variable in class javax.xml.ws.RespectBindingFeature
-
Constant value identifying the RespectBindingFeature
- ID - Static variable in class javax.xml.ws.soap.AddressingFeature
-
Constant value identifying the AddressingFeature
- ID - Static variable in class javax.xml.ws.soap.MTOMFeature
-
Constant value identifying the MTOMFeature
- IN - Enum constant in enum javax.jws.WebParam.Mode
- INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.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 javax.xml.soap.SOAPException
-
Initializes the
causefield of thisSOAPExceptionobject with the givenThrowableobject. - InitParam - Annotation Type in javax.jws.soap
-
Deprecated.
- initParams() - Element in annotation type javax.jws.soap.SOAPMessageHandler
-
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.
- inject(WebServiceContext) - Method in class javax.xml.ws.spi.Invoker
-
JAX-WS runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
- INOUT - Enum constant in enum javax.jws.WebParam.Mode
- input() - Element in annotation type javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theinputmessage of the operation. - interfaceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
interfaceNameas thewsam:InterfaceNameelement in thewsa:Metadataelement. - InvalidTransactionException - Exception in javax.transaction
-
This exception indicates that the request carried an invalid transaction context.
- InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
- InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
- invoke(Method, Object...) - Method in class javax.xml.ws.spi.Invoker
-
JAX-WS runtime calls this method to do the actual web service invocation on endpoint instance.
- invoke(T) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation synchronously.
- invoke(T) - Method in interface javax.xml.ws.Provider
-
Invokes an operation according to the contents of the request message.
- invokeAsync(T) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- invokeAsync(T, AsyncHandler<T>) - Method in interface javax.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- invokeOneWay(T) - Method in interface javax.xml.ws.Dispatch
-
Invokes a service operation using the one-way interaction mode.
- Invoker - Class in javax.xml.ws.spi
-
Invoker hides the detail of calling into application endpoint implementation.
- Invoker() - Constructor for class javax.xml.ws.spi.Invoker
- isComment() - Method in interface javax.xml.soap.Text
-
Retrieves whether this
Textobject represents a comment. - isDataFlavorSupported(DataFlavor) - Method in class javax.activation.DataHandler
-
Returns whether the specified data flavor is supported for this object.
- isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Return true if
objectrepresents a JAXB element. - isEmpty() - Method in class javax.activation.MimeTypeParameterList
-
Determine whether or not this list is empty.
- isEnabled() - Method in class javax.xml.ws.WebServiceFeature
-
Returns
trueif this feature is enabled. - isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the formatted output flag.
- isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the fragment flag.
- isGlobalScope() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element declaration is global.
- isMimeTypeEqual(String) - Method in class javax.activation.ActivationDataFlavor
-
Is the string representation of the MIME type passed in equivalent to the MIME type of this DataFlavor.
- isMTOMEnabled() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Returns
trueif the use of MTOM is enabled. - isNil() - Method in class javax.xml.bind.JAXBElement
-
Returns
trueiff this element instance content model is nil. - isPublished() - Method in class javax.xml.ws.Endpoint
-
Returns true if the endpoint is in the published state.
- isRequired() - Method in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
- isUserInRole(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Indicates whether an authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in interface javax.xml.ws.WebServiceContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
- isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
- isValidating() - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.getSchema() - isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
returns true if the specified char is a white space character.
- isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Returns true if the specified char is a white space character but not 0x20.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Read-only property that returns true if JAXB marshaller should enable XOP creation.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
J
- javax.activation - package javax.activation
-
Jakarta Activation is used by Jakarta Mail to manage MIME data.
- javax.jws - package javax.jws
-
This package defines annotations for light-weight web services programming model.
- javax.jws.soap - package javax.jws.soap
-
This package defines annotations for SOAP binding definition within light-weight web services programming model.
- javax.transaction - package javax.transaction
-
Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.
- javax.xml.bind - package javax.xml.bind
-
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- javax.xml.bind.annotation - package javax.xml.bind.annotation
-
Defines annotations for customizing Java program elements to XML Schema mapping.
- javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
-
XmlAdapterand its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding. - javax.xml.bind.attachment - package javax.xml.bind.attachment
-
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
- javax.xml.bind.helpers - package javax.xml.bind.helpers
-
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of the
javax.xml.bindinterfaces. - javax.xml.bind.util - package javax.xml.bind.util
-
Useful client utility classes.
- javax.xml.soap - package javax.xml.soap
-
Provides the API for creating and building SOAP messages.
- javax.xml.ws - package javax.xml.ws
-
This package contains the core Jakarta XML Web Services APIs.
- javax.xml.ws.handler - package javax.xml.ws.handler
-
This package defines APIs for message handlers.
- javax.xml.ws.handler.soap - package javax.xml.ws.handler.soap
-
This package defines APIs for SOAP message handlers.
- javax.xml.ws.http - package javax.xml.ws.http
-
This package defines APIs specific to the HTTP binding.
- javax.xml.ws.soap - package javax.xml.ws.soap
-
This package defines APIs specific to the SOAP binding.
- javax.xml.ws.spi - package javax.xml.ws.spi
-
This package defines SPIs for Jakarta XML Web Services.
- javax.xml.ws.spi.http - package javax.xml.ws.spi.http
-
Provides HTTP SPI that is used for portable deployment of Jakarta XML Web Services in containers (for example servlet containers).
- javax.xml.ws.wsaddressing - package javax.xml.ws.wsaddressing
-
This package defines APIs related to WS-Addressing.
- JAXB - Class in javax.xml.bind
-
Class that defines convenience methods for common, simple use of JAXB.
- JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
-
The name of the property that contains the name of the class capable of creating new
JAXBContextobjects. - JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the output encoding in the marshalled XML data.
- JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
- JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
- JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
- JAXBContext - Class in javax.xml.bind
-
The
JAXBContextclass provides the client's entry point to the JAXB API. - JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
- JAXBContextFactory - Interface in javax.xml.bind
-
Factory that creates new
JAXBContextinstances. - JAXBElement<T> - Class in javax.xml.bind
-
JAXB representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement.GlobalScope - Class in javax.xml.bind
-
Designates global scope for an xml element.
- JAXBException - Exception in javax.xml.bind
-
This is the root exception class for all JAXB exceptions.
- JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message.
- JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and vendor specific errorCode.
- JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
- JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and linkedException.
- JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with a linkedException.
- JAXBIntrospector - Class in javax.xml.bind
-
Provide access to JAXB xml binding data for a JAXB object.
- JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
- JAXBPermission - Class in javax.xml.bind
-
This class is for JAXB permissions.
- JAXBPermission(String) - Constructor for class javax.xml.bind.JAXBPermission
-
Creates a new JAXBPermission with the specified name.
- JAXBResult - Class in javax.xml.bind.util
-
JAXP
Resultimplementation that unmarshals a JAXB object. - JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
- JAXBSource - Class in javax.xml.bind.util
-
JAXP
Sourceimplementation that marshals a JAXB-generated object. - JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Sourcefor the given content object. - JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Sourcefor the given content object.
L
- lax() - Element in annotation type javax.xml.bind.annotation.XmlAnyElement
-
Controls the unmarshaller behavior when it sees elements known to the current
JAXBContext. - Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
- Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
- LITERAL - Enum constant in enum javax.jws.soap.SOAPBinding.Use
- localName() - Element in annotation type javax.xml.ws.RequestWrapper
-
Element's local name.
- localName() - Element in annotation type javax.xml.ws.ResponseWrapper
-
Element's local name.
- location() - Element in annotation type javax.xml.bind.annotation.XmlSchema
-
Indicates that this namespace (specified by
XmlSchema.namespace()) has a schema already available exeternally, available at this location. - LogicalHandler<C extends LogicalMessageContext> - Interface in javax.xml.ws.handler
-
The
LogicalHandlerextends Handler to provide typesafety for the message context parameter. - LogicalMessage - Interface in javax.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 javax.xml.ws.handler
-
The
LogicalMessageContextinterface extendsMessageContextto provide access to a the contained message as a protocol neutral LogicalMessage - lookup() - Element in annotation type javax.xml.ws.WebServiceRef
-
A portable JNDI lookup name that resolves to the target web service reference.
M
- MailcapCommandMap - Class in javax.activation
-
MailcapCommandMap extends the CommandMap abstract class.
- MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
-
The default Constructor.
- MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
-
Constructor that allows the caller to specify an InputStream containing a mailcap file.
- MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
-
Constructor that allows the caller to specify the path of a mailcap file.
- MANDATORY - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, a TransactionalException with a nested TransactionRequiredException must be thrown.
- mappedName() - Element in annotation type javax.xml.ws.WebServiceRef
-
A product specific name that this resource should be mapped to.
- marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
This method is called when a JAXB provider needs to marshal an element to XML.
- marshal(Object, File) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, File) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, File) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a file. - marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto an output stream. - marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a Writer. - marshal(Object, String) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto aXMLEventWriter. - marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto aXMLStreamWriter. - marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto the specifiedjavax.xml.transform.Result. - marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a DOM tree. - marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto SAX2 events. - marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Marshal a JAXB object tree to a new XML document.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
No-op.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
No-op.
- marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- MarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
- MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message.
- MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and vendor specific errorCode.
- MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and linkedException.
- MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with a linkedException.
- Marshaller - Interface in javax.xml.bind
-
The
Marshallerclass is responsible for governing the process of serializing Java content trees back into XML data. - Marshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with a
Marshallerto externally listen for marshal events. - match(String) - Method in class javax.activation.MimeType
-
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
- match(MimeType) - Method in class javax.activation.MimeType
-
Determine if the primary and sub type of this object is the same as what is in the given type.
- MESSAGE - Enum constant in enum javax.xml.ws.Service.Mode
-
Message mode.
- MESSAGE_OUTBOUND_PROPERTY - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: message direction,
truefor outbound messages,falsefor inbound. - MessageContext - Interface in javax.xml.ws.handler
-
The interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. - MessageContext.Scope - Enum in javax.xml.ws.handler
-
Property scope.
- MessageFactory - Class in javax.xml.soap
-
A factory for creating
SOAPMessageobjects. - MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
- messageName() - Element in annotation type javax.xml.ws.WebFault
-
wsdl:Message's name.
- metadata(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
metadataElementto theW3CEndpointReferenceinstance'swsa:Metadataelement. - MimeHeader - Class in javax.xml.soap
-
An object that stores a MIME header name and its value.
- MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
-
Constructs a
MimeHeaderobject initialized with the given name and value. - MimeHeaders - Class in javax.xml.soap
-
A container for
MimeHeaderobjects, which represent the MIME headers present in a MIME part of a message. - MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
-
Constructs a default
MimeHeadersobject initialized with an emptyVectorobject. - MimeType - Class in javax.activation
-
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
- MimeType() - Constructor for class javax.activation.MimeType
-
Default constructor.
- MimeType(String) - Constructor for class javax.activation.MimeType
-
Constructor that builds a MimeType from a String.
- MimeType(String, String) - Constructor for class javax.activation.MimeType
-
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
- MimeTypeParameterList - Class in javax.activation
-
A parameter list of a MimeType as defined in RFC 2045 and 2046.
- MimeTypeParameterList() - Constructor for class javax.activation.MimeTypeParameterList
-
Default constructor.
- MimeTypeParameterList(String) - Constructor for class javax.activation.MimeTypeParameterList
-
Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - Exception in javax.activation
-
A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() - Constructor for exception javax.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) - Constructor for exception javax.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with the specified detail message.
- MimetypesFileTypeMap - Class in javax.activation
-
This class extends FileTypeMap and provides data typing of files via their file extension.
- MimetypesFileTypeMap() - Constructor for class javax.activation.MimetypesFileTypeMap
-
The default constructor.
- MimetypesFileTypeMap(InputStream) - Constructor for class javax.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
- MimetypesFileTypeMap(String) - Constructor for class javax.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
- mode() - Element in annotation type javax.jws.WebParam
-
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
- MTOM - Annotation Type in javax.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature - Class in javax.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature() - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Create an
MTOMFeature. - MTOMFeature(boolean) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature. - MTOMFeature(boolean, int) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature. - MTOMFeature(int) - Constructor for class javax.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature.
N
- name - Variable in class javax.xml.bind.JAXBElement
-
xml element tag name
- name() - Element in annotation type javax.jws.HandlerChain
-
Deprecated.As of JSR-181 2.0 with no replacement.
- name() - Element in annotation type javax.jws.soap.InitParam
-
Deprecated.Name of the initialization parameter
- name() - Element in annotation type javax.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler.
- name() - Element in annotation type javax.jws.WebParam
-
Name of the parameter.
- name() - Element in annotation type javax.jws.WebResult
-
Name of return value.
- name() - Element in annotation type javax.jws.WebService
-
The name of the Web Service.
- name() - Element in annotation type javax.xml.bind.annotation.XmlAttribute
-
Name of the XML Schema attribute.
- name() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
Name of the XML Schema element.
- name() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
local name of the XML element.
- name() - Element in annotation type javax.xml.bind.annotation.XmlElementRef
- name() - Element in annotation type javax.xml.bind.annotation.XmlElementWrapper
-
Name of the XML wrapper element.
- name() - Element in annotation type javax.xml.bind.annotation.XmlRootElement
-
local name of the XML element.
- name() - Element in annotation type javax.xml.bind.annotation.XmlSchemaType
- name() - Element in annotation type javax.xml.bind.annotation.XmlType
-
Name of the XML Schema type which the class is mapped.
- name() - Element in annotation type javax.xml.ws.WebEndpoint
-
The local name of the endpoint.
- name() - Element in annotation type javax.xml.ws.WebFault
-
Element's local name.
- name() - Element in annotation type javax.xml.ws.WebServiceClient
-
The local name of the Web service.
- name() - Element in annotation type javax.xml.ws.WebServiceRef
-
The JNDI name of the resource.
- Name - Interface in javax.xml.soap
-
A representation of an XML name.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlAttribute
-
Specifies the XML target namespace of the XML Schema attribute.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
XML target namespace of the XML Schema element.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
namespace name of the XML element.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlElementRef
-
This parameter and
XmlElementRef.name()are used to determine the XML element for the JavaBean property. - namespace() - Element in annotation type javax.xml.bind.annotation.XmlElementWrapper
-
XML target namespace of the XML wrapper element.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlRootElement
-
namespace name of the XML element.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlSchema
-
Name of the XML namespace.
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlSchemaType
- namespace() - Element in annotation type javax.xml.bind.annotation.XmlType
-
Name of the target namespace of the XML Schema type.
- namespaceURI() - Element in annotation type javax.xml.bind.annotation.XmlNs
-
Namespace URI
- NEVER - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- newInstance() - Static method in class javax.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
-
Creates an instance of the default
SOAPConnectionFactoryobject. - newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
-
Deprecated.Creates a new instance of
SOAPElementFactory. - newInstance() - Static method in class javax.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance(Class<?>...) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(Class<?>[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String) - Static method in class javax.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the specified implementation. - newInstance(String) - Static method in class javax.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. - newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newMessageFactory(String) - Method in class javax.xml.soap.SAAJMetaFactory
-
Creates a
MessageFactoryobject for the givenStringprotocol. - newSOAPFactory(String) - Method in class javax.xml.soap.SAAJMetaFactory
-
Creates a
SOAPFactoryobject for the givenStringprotocol. - nil - Variable in class javax.xml.bind.JAXBElement
-
true iff the xml element instance has xsi:nil="true".
- nillable() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be nillable.
- nillable() - Element in annotation type javax.xml.bind.annotation.XmlElementWrapper
-
If true, the absence of the collection is represented by using
xsi:nil='true'. - NO_LOCATION - Static variable in annotation type javax.xml.bind.annotation.XmlSchema
-
The default value of the
XmlSchema.location()attribute, which indicates that the schema generator will generate components in this namespace. - Node - Interface in javax.xml.soap
-
A representation of a node (element) in an XML document.
- NON_ANONYMOUS - Enum constant in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only non-anonymous responses.
- NONE - Enum constant in enum javax.xml.bind.annotation.XmlAccessType
-
None of the fields or properties is bound to XML unless they are specifically annotated with some of the JAXB annotations.
- NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapterto handlexs:normalizedString. - NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- normalizeMimeType(String) - Method in class javax.activation.ActivationDataFlavor
-
Deprecated.
- normalizeMimeTypeParameter(String, String) - Method in class javax.activation.ActivationDataFlavor
-
Deprecated.
- NOT_SUPPORTED - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- NotIdentifiableEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- NotSupportedException - Exception in javax.transaction
-
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
- NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
- NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
- NS - Static variable in class javax.xml.ws.wsaddressing.W3CEndpointReference
-
Addressing namespace.
O
- Oneway - Annotation Type in javax.jws
-
Indicates that the given @WebMethod has only an input message and no output.
- operationName() - Element in annotation type javax.jws.WebMethod
-
Name of the wsdl:operation matching this method.
- OUT - Enum constant in enum javax.jws.WebParam.Mode
- OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface javax.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 javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theoutputmessage of the operation.
P
- parameterStyle() - Element in annotation type javax.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
- parse(String) - Method in class javax.activation.MimeTypeParameterList
-
A routine for parsing the parameter list out of a String.
- parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Return a string containing the lexical representation of the simple type.
- parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Return a string containing the lexical representation of the simple type.
- parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a boolean value.
- parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a boolean value.
- parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
- ParseConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a BigDecimal value.
- parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a BigDecimal value.
- parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a double value.
- parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a double value.
- parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a float value.
- parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a float value.
- parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into an int value.
- parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into an int value.
- parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into a BigInteger value.
- parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a BigInteger value.
- parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a QName value.
- parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a short value.
- parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a short value.
- parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the lexical XSD string argument into a String value.
- parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a string.
- parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an int value.
- parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- partName() - Element in annotation type javax.jws.WebParam
-
The name of the wsdl:part representing this parameter.
- partName() - Element in annotation type javax.jws.WebResult
-
The name of the wsdl:part representing this return value.
- partName() - Element in annotation type javax.xml.ws.RequestWrapper
-
wsdl:part name for the wrapper part
- partName() - Element in annotation type javax.xml.ws.ResponseWrapper
-
wsdl:part name for the wrapper part
- PASSWORD_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: Password for authentication.
- PATH_INFO - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Request Path Info
- PAYLOAD - Enum constant in enum javax.xml.ws.Service.Mode
-
Payload mode.
- PortInfo - Interface in javax.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 javax.jws.WebService
-
The port name of the Web Service.
- portName() - Element in annotation type javax.xml.ws.WebServiceProvider
-
Port name.
- prefix() - Element in annotation type javax.xml.bind.annotation.XmlNs
-
Namespace prefix
- printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a string value into a string.
- printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a boolean value into a string.
- printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a boolean value into a string.
- printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a byte value into a string.
- printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a byte value into a string.
- PrintConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
- PrintConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigDecimal value into a string.
- printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a double value into a string.
- printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a double value into a string.
- printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a float value into a string.
- printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a float value into a string.
- printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigInteger value into a string.
- printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigInteger value into a string.
- printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts A long value into a string.
- printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a QName instance into a string.
- printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a short value into a string.
- printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a short value into a string.
- printStackTrace() - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to
System.err. - printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to
System.err. - printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
- printString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a string.
- printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a string.
- printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a long value into a string.
- printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- PROPERTY - Enum constant in enum javax.xml.bind.annotation.XmlAccessType
-
Every getter/setter pair in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient. - PropertyException - Exception in javax.xml.bind
-
This exception indicates that an error was encountered while getting or setting a property.
- PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message.
- PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
- PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and vendor specific errorCode.
- PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
- PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and linkedException.
- PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with a linkedException.
- propOrder() - Element in annotation type javax.xml.bind.annotation.XmlType
-
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
- ProtocolException - Exception in javax.xml.ws
-
The
ProtocolExceptionclass is a base class for exceptions related to a specific protocol binding. - ProtocolException() - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new protocol exception with
nullas its detail message. - ProtocolException(String) - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new protocol exception with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for exception javax.xml.ws.ProtocolException
-
Constructs a new runtime exception with the specified detail message and cause.
- ProtocolException(Throwable) - Constructor for exception javax.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 javax.xml.ws.spi.Provider
-
Creates a new provider object.
- Provider - Class in javax.xml.ws.spi
-
Service provider for
ServiceDelegateandEndpointobjects. - Provider<T> - Interface in javax.xml.ws
-
Service endpoints may implement the
Providerinterface as a dynamic alternative to an SEI. - Provider() - Constructor for class javax.xml.ws.spi.Provider
-
Creates a new instance of Provider
- PUBLIC_MEMBER - Enum constant in enum javax.xml.bind.annotation.XmlAccessType
-
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by
XmlTransient. - publish(Object) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- publish(String) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the given address.
- publish(String, Object) - Static method in class javax.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 javax.xml.ws.Endpoint
-
Creates and publishes an endpoint for the specified implementor object at the given address.
- publish(HttpContext) - Method in class javax.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
Q
- QUALIFIED - Enum constant in enum javax.xml.bind.annotation.XmlNsForm
- QUERY_STRING - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: Query string for request.
R
- readEndpointReference(Source) - Method in class javax.xml.ws.spi.Provider
-
read an EndpointReference from the infoset contained in
eprInfoset. - readExternal(ObjectInput) - Method in class javax.activation.MimeType
-
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
- readFrom(Source) - Static method in class javax.xml.ws.EndpointReference
-
Factory method to read an EndpointReference from the infoset contained in
eprInfoset. - recycleNode() - Method in interface javax.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 javax.xml.ws.handler.MessageContext
-
Standard property: WS Addressing Reference Parameters.
- referenceParameter(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
referenceParameterto theW3CEndpointReferenceinstancewsa:ReferenceParameterselement. - registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Register a Synchronization instance with special ordering semantics.
- registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
-
Register a synchronization object for the transaction currently associated with the target object.
- remove(String) - Method in class javax.activation.MimeTypeParameterList
-
Remove any value associated with the given name.
- removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Removes all
AttachmentPartobjects that have been added to thisSOAPMessageobject. - removeAllFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Removes any Subcodes that may be contained by this
SOAPFault. - removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Removes all the header entries from this
MimeHeadersobject. - removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Removes all the
MimeHeaderobjects for thisSOAPEnvelopeobject. - removeAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
-
Removes all the
AttachmentPartobjects that have header entries that match the specified headers. - removeAttribute(QName) - Method in interface javax.xml.soap.SOAPElement
-
Removes the attribute with the specified qname.
- removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
-
Removes the attribute with the specified name.
- removeContents() - Method in interface javax.xml.soap.SOAPElement
-
Detaches all children of this
SOAPElement. - removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
-
Remove all
MimeHeaderobjects whose name matches the given name. - removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
-
Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
-
Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
-
Removes the namespace declaration corresponding to the given prefix.
- removeParameter(String) - Method in class javax.activation.MimeType
-
Remove any value associated with the given name.
- REQUEST_CIPHER_SUITE - Static variable in class javax.xml.ws.spi.http.HttpExchange
-
Standard property: cipher suite value when the request is received over HTTPS
- REQUEST_KEY_SIZE - Static variable in class javax.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 javax.xml.ws.spi.http.HttpExchange
-
Standard property: A SSL certificate, if any, associated with the request
- RequestWrapper - Annotation Type in javax.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
- required - Variable in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- required() - Element in annotation type javax.xml.bind.annotation.XmlAttribute
-
Specifies if the XML Schema attribute is optional or required.
- required() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be required.
- required() - Element in annotation type javax.xml.bind.annotation.XmlElementRef
-
Customize the element declaration to be required.
- required() - Element in annotation type javax.xml.bind.annotation.XmlElementWrapper
-
Customize the wrapper element declaration to be required.
- required() - Element in annotation type javax.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- REQUIRED - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- REQUIRES_NEW - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- reset() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Clear all collected errors and warnings.
- RespectBinding - Annotation Type in javax.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin a JAX-WS runtime. - RespectBindingFeature - Class in javax.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin a JAX-WS runtime. - RespectBindingFeature() - Constructor for class javax.xml.ws.RespectBindingFeature
-
Creates an
RespectBindingFeature. - RespectBindingFeature(boolean) - Constructor for class javax.xml.ws.RespectBindingFeature
-
Creates an RespectBindingFeature
- Response<T> - Interface in javax.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 javax.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 javax.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
- resume(Transaction) - Method in interface javax.transaction.TransactionManager
-
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
- roles() - Element in annotation type javax.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP roles/actors implemented by the handler
- rollback() - Method in interface javax.transaction.Transaction
-
Rollback the transaction represented by this Transaction object.
- rollback() - Method in interface javax.transaction.TransactionManager
-
Roll back the transaction associated with the current thread.
- rollback() - Method in interface javax.transaction.UserTransaction
-
Roll back the transaction associated with the current thread.
- RollbackException - Exception in javax.transaction
-
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
- RollbackException() - Constructor for exception javax.transaction.RollbackException
- RollbackException(String) - Constructor for exception javax.transaction.RollbackException
- rollbackOn() - Element in annotation type javax.transaction.Transactional
-
The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
- RPC - Enum constant in enum javax.jws.soap.SOAPBinding.Style
S
- SAAJMetaFactory - Class in javax.xml.soap
-
The access point for the implementation classes of the factories defined in the SAAJ API.
- SAAJMetaFactory() - Constructor for class javax.xml.soap.SAAJMetaFactory
- SAAJResult - Class in javax.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 javax.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(String) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the specified protocol. - SAAJResult(SOAPElement) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results as a child node of theSOAPElementspecified. - SAAJResult(SOAPMessage) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. - saveChanges() - Method in class javax.xml.soap.SOAPMessage
-
Updates this
SOAPMessageobject with all the changes that have been made to it. - saveRequired() - Method in class javax.xml.soap.SOAPMessage
-
Indicates whether this
SOAPMessageobject needs to have the methodsaveChangescalled on it. - SchemaOutputResolver - Class in javax.xml.bind
-
Controls where a JAXB implementation puts the generates schema files.
- SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
- scope - Variable in class javax.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- scope() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
scope of the mapping.
- Service - Class in javax.xml.ws
-
Serviceobjects provide the client view of a Web service. - Service(URL, QName) - Constructor for class javax.xml.ws.Service
-
Creates a
Service. - Service(URL, QName, WebServiceFeature...) - Constructor for class javax.xml.ws.Service
-
Creates a
Service. - Service.Mode - Enum in javax.xml.ws
-
The orientation of a dynamic client or service.
- ServiceDelegate - Class in javax.xml.ws.spi
-
Service delegates are used internally by
Serviceobjects to allow pluggability of JAX-WS implementations. - ServiceDelegate() - Constructor for class javax.xml.ws.spi.ServiceDelegate
-
Default constructor.
- ServiceMode - Annotation Type in javax.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 javax.jws.WebService
-
The service name of the Web Service.
- serviceName() - Element in annotation type javax.xml.ws.WebServiceProvider
-
Service name.
- serviceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
serviceNameas thewsam:ServiceNameelement in thewsa:Metadataelement. - SERVLET_CONTEXT - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet context object.
- SERVLET_REQUEST - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet request object.
- SERVLET_RESPONSE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet response object.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.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.
- set(String, String) - Method in class javax.activation.MimeTypeParameterList
-
Set the value to be associated with the given name, replacing any previous association.
- setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this
SOAPHeaderElementobject to the specified actor. - setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapterwith this marshaller. - setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapterwith this unmarshaller. - setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapterwith this marshaller. - setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapterwith this unmarshaller. - setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
-
Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
- setBase64Content(InputStream, String) - Method in class javax.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. - setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
- setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- setCommandContext(String, DataHandler) - Method in interface javax.activation.CommandObject
-
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
- setCommandMap(CommandMap) - Method in class javax.activation.DataHandler
-
Set the CommandMap for use by this DataHandler.
- setContent(Object, String) - Method in class javax.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 javax.xml.soap.SOAPPart
-
Sets the content of the
SOAPEnvelopeobject with the data from the givenSourceobject. - setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
-
Sets the description of this
SOAPMessageobject's content with the given description. - setContentId(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class javax.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id" to the given
String. - setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location" to the given
String. - setContentType(String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- setDataContentHandlerFactory(DataContentHandlerFactory) - Static method in class javax.activation.DataHandler
-
Sets the DataContentHandlerFactory.
- setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
-
Sets the given
DataHandlerobject as the data handler for thisAttachmentPartobject. - setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
-
This method is for JAXB provider use only.
- setDefaultCommandMap(CommandMap) - Static method in class javax.activation.CommandMap
-
Set the default CommandMap.
- setDefaultFileTypeMap(FileTypeMap) - Static method in class javax.activation.FileTypeMap
-
Sets the default FileTypeMap for the system.
- setElementQName(QName) - Method in interface javax.xml.soap.SOAPElement
-
Changes the name of this
ElementtonewNameif possible. - setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
-
Sets the encoding style for this
SOAPElementobject to one specified. - setEndpointContext(EndpointContext) - Method in class javax.xml.ws.Endpoint
-
By setting a
EndpointContext, JAX-WS runtime knows about addresses of other endpoints in an application. - setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
-
Allow an application to register a
ValidationEventHandler. - setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
-
Allow an application to register a
ValidationEventHandler. - setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- setExecutor(Executor) - Method in class javax.xml.ws.Endpoint
-
Sets the executor for this
Endpointinstance. - setExecutor(Executor) - Method in class javax.xml.ws.Service
-
Sets the executor for this
Serviceinstance. - setExecutor(Executor) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Sets the executor for this
Serviceinstance. - setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault actor. - setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the give fault code. - setFaultCode(QName) - Method in interface javax.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultNode(String) - Method in interface javax.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for this
SOAPFaultobject. - setFaultRole(String) - Method in interface javax.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for this
SOAPFaultobject. - setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string. - setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string and localized to the given locale. - setFileTypeMap(FileTypeMap) - Method in class javax.activation.FileDataSource
-
Set the FileTypeMap to use with this FileDataSource
- setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- setHandler(HttpHandler) - Method in class javax.xml.ws.spi.http.HttpContext
-
JAX-WS runtime sets its handler during
Endpoint.publish(HttpContext)to handle HTTP requests for this context. - setHandlerChain(List<Handler>) - Method in interface javax.xml.ws.Binding
-
Sets the handler chain for the protocol binding instance.
- setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.Service
-
Sets the
HandlerResolverfor thisServiceinstance. - setHandlerResolver(HandlerResolver) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Sets the
HandlerResolverfor thisServiceinstance. - setHeader(String, String) - Method in class javax.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.
- setHumanPresentableName(String) - Method in class javax.activation.ActivationDataFlavor
-
Set the human presentable name.
- setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the lineNumber field on this event locator.
- setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
-
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
-
Add a linked Exception.
- setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listenerwith thisMarshaller. - setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listenerwith thisUnmarshaller. - setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the locator object for this event.
- setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setMessage(SOAPMessage) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Sets the SOAPMessage in this message context
- setMetadata(List<Source>) - Method in class javax.xml.ws.Endpoint
-
Sets the metadata for this endpoint.
- setMimeHeader(String, String) - Method in class javax.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 javax.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 javax.xml.ws.soap.SOAPBinding
-
Enables or disables use of MTOM.
- setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this
SOAPHeaderElementobject to be either true or false. - setNil(boolean) - Method in class javax.xml.bind.JAXBElement
-
Set whether this element has nil content.
- setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the noNamespaceSchemaLocation.
- setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the offset field on this event locator.
- setParameter(String, String) - Method in class javax.activation.MimeType
-
Set the value to be associated with the given name, replacing any previous association.
- setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
-
Sets the parent of this
Nodeobject to the givenSOAPElementobject. - setPayload(Object, JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
-
Sets the message payload
- setPayload(Source) - Method in interface javax.xml.ws.LogicalMessage
-
Sets the message payload
- setPrimaryType(String) - Method in class javax.activation.MimeType
-
Set the primary type for this object to the given String.
- setProperties(Map<String, Object>) - Method in class javax.xml.ws.Endpoint
-
Sets the property bag for this
Endpointinstance. - setProperty(String, Object) - Method in class javax.xml.bind.Binder
-
Set the particular property in the underlying implementation of
Binder. - setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the setProperty method handles the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
- setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
-
Set the particular property in the underlying implementation of
Marshaller. - setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
-
Set the particular property in the underlying implementation of
Unmarshaller. - setProperty(String, Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- setProperty(String, Object) - Method in class javax.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setRawContent(InputStream, String) - Method in class javax.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 javax.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. - setRelay(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this
SOAPHeaderElementto be either true or false. - setRole(String) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the
Roleassociated with thisSOAPHeaderElementobject to the specifiedRole. - setRoles(Set<String>) - Method in interface javax.xml.ws.soap.SOAPBinding
-
Sets the roles played by the SOAP binding instance.
- setRollbackOnly() - Method in interface javax.transaction.Transaction
-
Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.
- setRollbackOnly() - Method in interface javax.transaction.TransactionManager
-
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
- setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Set the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
- setRollbackOnly() - Method in interface javax.transaction.UserTransaction
-
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
- setSchema(Schema) - Method in class javax.xml.bind.Binder
-
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
-
Specify the JAXP 1.3
Schemaobject that should be used to validate subsequent marshal operations against. - setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
-
Specify the JAXP 1.3
Schemaobject that should be used to validate subsequent unmarshal operations against. - setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the schemaLocation.
- setScope(String, MessageContext.Scope) - Method in interface javax.xml.ws.handler.MessageContext
-
Sets the scope of a property.
- setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setStatus(int) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Sets the HTTP status code for the response.
- setSubType(String) - Method in class javax.activation.MimeType
-
Set the subtype for this object to the given String.
- setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
-
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
-
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
- setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Specifies whether or not the Unmarshaller should validate during unmarshal operations.
- setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.setSchema(javax.xml.validation.Schema) - setValue(String) - Method in interface javax.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.
- setValue(T) - Method in class javax.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- size() - Method in class javax.activation.MimeTypeParameterList
-
Return the number of name-value pairs in this list.
- SOAP_1_1_CONTENT_TYPE - Static variable in interface javax.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.1. - SOAP_1_1_PROTOCOL - Static variable in interface javax.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 javax.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.2. - SOAP_1_2_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specification - SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_ENV_PREFIX - Static variable in interface javax.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface javax.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- SOAP11HTTP_BINDING - Static variable in interface javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding.
- SOAP11HTTP_MTOM_BINDING - Static variable in interface javax.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 javax.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding.
- SOAP12HTTP_MTOM_BINDING - Static variable in interface javax.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 javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPBinding - Interface in javax.xml.ws.soap
-
The
SOAPBindinginterface is an abstraction for the SOAP binding. - SOAPBinding - Annotation Type in javax.jws.soap
-
Specifies the mapping of the Web Service onto the SOAP message protocol.
- SOAPBinding.ParameterStyle - Enum in javax.jws.soap
-
The style of mapping parameters onto SOAP messages
- SOAPBinding.Style - Enum in javax.jws.soap
-
The SOAP binding style
- SOAPBinding.Use - Enum in javax.jws.soap
-
The SOAP binding use
- SOAPBody - Interface in javax.xml.soap
-
An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPBodyElement - Interface in javax.xml.soap
-
A
SOAPBodyElementobject represents the contents in aSOAPBodyobject. - SOAPConnection - Class in javax.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 javax.xml.soap.SOAPConnection
- SOAPConnectionFactory - Class in javax.xml.soap
-
A factory for creating
SOAPConnectionobjects. - SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
- SOAPConstants - Interface in javax.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in javax.xml.soap
-
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
- SOAPElementFactory - Class in javax.xml.soap
-
Deprecated.- Use
javax.xml.soap.SOAPFactoryfor creating SOAPElements. - SOAPEnvelope - Interface in javax.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPartobject. - SOAPException - Exception in javax.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with no reason or embeddedThrowableobject. - SOAPException(String) - Constructor for exception javax.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown. - SOAPException(String, Throwable) - Constructor for exception javax.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 javax.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject initialized with the givenThrowableobject. - SOAPFactory - Class in javax.xml.soap
-
SOAPFactoryis a factory for creating various objects that exist in the SOAP XML tree. - SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
- SOAPFault - Interface in javax.xml.soap
-
An element in the
SOAPBodyobject that contains error and/or status information. - SOAPFaultElement - Interface in javax.xml.soap
-
A representation of the contents in a
SOAPFaultobject. - SOAPFaultException - Exception in javax.xml.ws.soap
-
The
SOAPFaultExceptionexception represents a SOAP 1.1 or 1.2 fault. - SOAPFaultException(SOAPFault) - Constructor for exception javax.xml.ws.soap.SOAPFaultException
-
Constructor for SOAPFaultException
- SOAPHandler<T extends SOAPMessageContext> - Interface in javax.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 javax.xml.soap
-
A representation of the SOAP header element.
- SOAPHeaderElement - Interface in javax.xml.soap
-
An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - Class in javax.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
- SOAPMessageContext - Interface in javax.xml.ws.handler.soap
-
The interface
SOAPMessageContextprovides access to the SOAP message for either RPC request or response. - SOAPMessageHandler - Annotation Type in javax.jws.soap
-
Deprecated.
- SOAPMessageHandlers - Annotation Type in javax.jws.soap
-
Deprecated.As of JSR-181 2.0 with no replacement.
- SOAPPart - Class in javax.xml.soap
-
The container for the SOAP-specific portion of a
SOAPMessageobject. - SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
- Status - Interface in javax.transaction
-
The Status interface defines static variables used for transaction status codes.
- STATUS_ACTIVE - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the active state.
- STATUS_COMMITTED - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been committed.
- STATUS_COMMITTING - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the process of committing.
- STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
-
No transaction is currently associated with the target object.
- STATUS_PREPARED - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it has been prepared.
- STATUS_PREPARING - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the process of preparing.
- STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and the outcome has been determined to be rollback.
- STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object and it is in the process of rolling back.
- STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
-
A transaction is associated with the target object but its current status cannot be determined.
- stop() - Method in class javax.xml.ws.Endpoint
-
Stops publishing this endpoint.
- style() - Element in annotation type javax.jws.soap.SOAPBinding
-
Defines the encoding style for messages send to and from the Web Service.
- substitutionHeadName() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
XML local name of a substitution group's head element.
- substitutionHeadNamespace() - Element in annotation type javax.xml.bind.annotation.XmlElementDecl
-
namespace name of a substitution group's head XML element.
- SUPPORTS - Enum constant in enum javax.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- suspend() - Method in interface javax.transaction.TransactionManager
-
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.
- Synchronization - Interface in javax.transaction
-
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes.
- SystemException - Exception in javax.transaction
-
The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
- SystemException() - Constructor for exception javax.transaction.SystemException
- SystemException(int) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given error code.
- SystemException(String) - Constructor for exception javax.transaction.SystemException
-
Create a SystemException with a given string.
T
- targetNamespace() - Element in annotation type javax.jws.WebParam
-
The XML namespace for the parameter.
- targetNamespace() - Element in annotation type javax.jws.WebResult
-
The XML namespace for the return value.
- targetNamespace() - Element in annotation type javax.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 javax.xml.ws.RequestWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type javax.xml.ws.ResponseWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type javax.xml.ws.WebFault
-
Element's namespace name.
- targetNamespace() - Element in annotation type javax.xml.ws.WebServiceClient
-
The namespace for the Web service.
- targetNamespace() - Element in annotation type javax.xml.ws.WebServiceProvider
-
Target namespace for the service
- Text - Interface in javax.xml.soap
-
A representation of a node whose value is text.
- threshold - Variable in class javax.xml.ws.soap.MTOMFeature
-
Property for MTOM threshold value.
- threshold() - Element in annotation type javax.xml.ws.soap.MTOM
-
Property for MTOM threshold value.
- toString() - Method in class javax.activation.MimeType
-
Return the String representation of this object.
- toString() - Method in class javax.activation.MimeTypeParameterList
-
Return a string representation of this object.
- toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in exception javax.xml.bind.JAXBException
-
Returns a short description of this JAXBException.
- toString() - Method in exception javax.xml.bind.TypeConstraintException
-
Returns a short description of this TypeConstraintException.
- toString() - Method in class javax.xml.ws.EndpointReference
-
Displays EPR infoset for debugging convenience.
- Transaction - Interface in javax.transaction
-
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
- Transactional - Annotation Type in javax.transaction
-
The javax.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
- Transactional.TxType - Enum in javax.transaction
-
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
- TransactionalException - Exception in javax.transaction
-
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
- TransactionalException(String, Throwable) - Constructor for exception javax.transaction.TransactionalException
- TransactionManager - Interface in javax.transaction
-
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
- TransactionRequiredException - Exception in javax.transaction
-
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
- TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
- TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
- TransactionRolledbackException - Exception in javax.transaction
-
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
- TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
- TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
- TransactionScoped - Annotation Type in javax.transaction
-
The javax.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
- TransactionSynchronizationRegistry - Interface in javax.transaction
-
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
- type() - Element in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
If this annotation is used at the package level, then value of the type() must be specified.
- type() - Element in annotation type javax.xml.bind.annotation.XmlElement
-
The Java class being referenced.
- type() - Element in annotation type javax.xml.bind.annotation.XmlElementRef
-
The Java type being referenced.
- type() - Element in annotation type javax.xml.bind.annotation.XmlSchemaType
-
If this annotation is used at the package level, then value of the type() must be specified.
- type() - Element in annotation type javax.xml.ws.WebServiceRef
-
The Java type of the resource.
- TypeConstraintException - Exception in javax.xml.bind
-
This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
- TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
- TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and linkedException.
- TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with a linkedException.
U
- UNDEFINED - Enum constant in enum javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is undefined.
- unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified file and return the resulting content tree.
- unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified InputStream and return the resulting content tree.
- unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified Reader and return the resulting content tree.
- unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
- unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified URL and return the resulting content tree.
- unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredTypeand return the resulting content tree. - unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredTypeand return the resulting content tree. - unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source and return the resulting content tree.
- unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source by
declaredTypeand return the resulting content tree. - unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
- unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data by JAXB mapped
declaredTypeand return the resulting content tree. - unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a value type to a bound type.
- unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
-
Unmarshal XML infoset view to a JAXB object tree.
- unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
-
Unmarshal XML root element by provided
declaredTypeto a JAXB object tree. - UnmarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
- UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with a linkedException.
- Unmarshaller - Interface in javax.xml.bind
-
The
Unmarshallerclass governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled. - Unmarshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with
Unmarshallerto externally listen for unmarshal events. - UnmarshallerHandler - Interface in javax.xml.bind
-
Unmarshaller implemented as SAX ContentHandler.
- UNQUALIFIED - Enum constant in enum javax.xml.bind.annotation.XmlNsForm
- UNSET - Enum constant in enum javax.xml.bind.annotation.XmlNsForm
- UnsupportedDataTypeException - Exception in javax.activation
-
Signals that the requested operation does not support the requested data type.
- UnsupportedDataTypeException() - Constructor for exception javax.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with no detail message.
- UnsupportedDataTypeException(String) - Constructor for exception javax.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with the specified message.
- updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
-
Takes an XML node and updates its associated JAXB object and its descendants.
- updateXML(Object) - Method in class javax.xml.bind.Binder
-
Takes an JAXB object and updates its associated XML node and its descendants.
- updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Changes in JAXB object tree are updated in its associated XML parse tree.
- URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE - Static variable in interface javax.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 javax.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 javax.xml.soap.SOAPConstants
-
The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface javax.xml.soap.SOAPConstants
-
The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT - Static variable in interface javax.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).
- URLDataSource - Class in javax.activation
-
The URLDataSource class provides an object that wraps a
URLobject in a DataSource interface. - URLDataSource(URL) - Constructor for class javax.activation.URLDataSource
-
URLDataSource constructor.
- use() - Element in annotation type javax.jws.soap.SOAPBinding
-
Defines the formatting style for messages sent to and from the Web Service.
- USERNAME_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: User name for authentication.
- UserTransaction - Interface in javax.transaction
-
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
V
- validate(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- validateRoot(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
whether or not the unmarshaller will validate
- ValidationEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
- ValidationEventCollector - Class in javax.xml.bind.util
-
ValidationEventHandlerimplementation that collects all events. - ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in javax.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in javax.xml.bind
-
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a JAXB content object.
- ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with a linkedException.
- Validator - Interface in javax.xml.bind
-
Deprecated.since JAXB 2.0
- value - Variable in class javax.xml.bind.JAXBElement
-
xml element value.
- value - Variable in class javax.xml.ws.Holder
-
The value contained in the holder.
- value() - Element in annotation type javax.jws.soap.InitParam
-
Deprecated.Value of the initialization parameter
- value() - Element in annotation type javax.jws.soap.SOAPMessageHandlers
-
Deprecated.
- value() - Element in annotation type javax.transaction.Transactional
-
The TxType element of the Transactional annotation indicates whether a bean method is to be executed within a transaction context.
- value() - Element in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
Points to the class that converts a value type to a bound type or vice versa.
- value() - Element in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
-
Collection of @
XmlJavaTypeAdapterannotations - value() - Element in annotation type javax.xml.bind.annotation.XmlAccessorOrder
- value() - Element in annotation type javax.xml.bind.annotation.XmlAccessorType
-
Specifies whether fields or properties are serialized.
- value() - Element in annotation type javax.xml.bind.annotation.XmlAnyElement
-
Specifies the
DomHandlerwhich is responsible for actually converting XML from/to a DOM-like data structure. - value() - Element in annotation type javax.xml.bind.annotation.XmlElementRefs
- value() - Element in annotation type javax.xml.bind.annotation.XmlElements
-
Collection of @
XmlElementannotations - value() - Element in annotation type javax.xml.bind.annotation.XmlEnum
-
Java type that is mapped to a XML simple type.
- value() - Element in annotation type javax.xml.bind.annotation.XmlEnumValue
- value() - Element in annotation type javax.xml.bind.annotation.XmlMimeType
-
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
- value() - Element in annotation type javax.xml.bind.annotation.XmlSchemaTypes
-
Collection of @
XmlSchemaTypeannotations - value() - Element in annotation type javax.xml.bind.annotation.XmlSeeAlso
- value() - Element in annotation type javax.xml.ws.BindingType
-
A binding identifier (a URI).
- value() - Element in annotation type javax.xml.ws.FaultAction
-
Value of WS-Addressing
Actionmessage addressing property for the exception. - value() - Element in annotation type javax.xml.ws.ServiceMode
-
Service mode.
- value() - Element in annotation type javax.xml.ws.WebServiceRef
-
The service class, always a type extending
javax.xml.ws.Service. - value() - Element in annotation type javax.xml.ws.WebServiceRefs
-
Array used for multiple web service reference declarations.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Use
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.WebParam.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.transaction.Transactional.TxType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlNsForm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.ws.handler.MessageContext.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.ws.Service.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javax.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 javax.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 javax.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 javax.jws.WebParam.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.transaction.Transactional.TxType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlAccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlNsForm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.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 javax.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 javax.xml.ws.soap.AddressingFeature.Responses
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W3CDomHandler - Class in javax.xml.bind.annotation
-
DomHandlerimplementation for W3C DOM (org.w3c.dompackage.) - W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Constructor that allows applications to specify which DOM implementation to be used.
- W3CEndpointReference - Class in javax.xml.ws.wsaddressing
-
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
- W3CEndpointReference() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
-
Default constructor.
- W3CEndpointReference(Source) - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReference
-
Creates an EPR from infoset representation
- W3CEndpointReferenceBuilder - Class in javax.xml.ws.wsaddressing
-
This class is used to build
W3CEndpointReferenceinstances. - W3CEndpointReferenceBuilder() - Constructor for class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Creates a new
W3CEndpointReferenceBuilderinstance. - WARNING - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
- WebEndpoint - Annotation Type in javax.xml.ws
-
Used to annotate the
getPortName()methods of a generated service interface. - WebFault - Annotation Type in javax.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 javax.jws
-
Customizes a method that is exposed as a Web Service operation.
- WebParam - Annotation Type in javax.jws
-
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
- WebParam.Mode - Enum in javax.jws
-
The direction in which the parameter flows
- WebResult - Annotation Type in javax.jws
-
Customizes the mapping of the return value to a WSDL part and XML element.
- WebService - Annotation Type in javax.jws
-
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
- WebServiceClient - Annotation Type in javax.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in javax.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 javax.xml.ws
-
The
WebServiceExceptionclass is the base exception class for all JAX-WS API runtime exceptions. - WebServiceException() - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with
nullas its detail message. - WebServiceException(String) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message.
- WebServiceException(String, Throwable) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message and cause.
- WebServiceException(Throwable) - Constructor for exception javax.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 javax.xml.ws
-
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
- WebServiceFeature() - Constructor for class javax.xml.ws.WebServiceFeature
-
Default constructor.
- WebServiceFeatureAnnotation - Annotation Type in javax.xml.ws.spi
-
Annotation used to identify other annotations as a
WebServiceFeature. - WebServicePermission - Class in javax.xml.ws
-
This class defines web service permissions.
- WebServicePermission(String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name.
- WebServicePermission(String, String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Type in javax.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Type in javax.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 javax.xml.ws
-
The
WebServiceRefsannotation allows multiple web service references to be declared at the class level. - WRAPPED - Enum constant in enum javax.jws.soap.SOAPBinding.ParameterStyle
- WRITE_XML_DECLARATION - Static variable in class javax.xml.soap.SOAPMessage
-
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
- writeExternal(ObjectOutput) - Method in class javax.activation.MimeType
-
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
- writeTo(OutputStream) - Method in class javax.activation.DataHandler
-
Write the data to an
OutputStream. - writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
-
Writes this
SOAPMessageobject to the given output stream. - writeTo(Object, String, OutputStream) - Method in interface javax.activation.DataContentHandler
-
Convert the object to a byte stream of the specified MIME type and write it to the output stream.
- writeTo(Result) - Method in class javax.xml.ws.EndpointReference
-
write this
EndpointReferenceto the specified infoset format - writeTo(Result) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReference
-
write this
EndpointReferenceto the specified infoset format - WSDL_DESCRIPTION - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: input source for WSDL document.
- WSDL_INTERFACE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of wsdl interface (2.0) or port type (1.1).
- WSDL_OPERATION - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL operation.
- WSDL_PORT - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL port.
- WSDL_PORT - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL port.
- WSDL_SERVICE - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL service.
- WSDL_SERVICE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: name of WSDL service.
- wsdlDocumentLocation(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
wsdlDocumentLocationthat will be referenced aswsa:Metadata/@wsdli:wsdlLocation. - wsdlLocation() - Element in annotation type javax.jws.WebService
-
The location of a pre-defined WSDL describing the service.
- wsdlLocation() - Element in annotation type javax.xml.ws.WebServiceClient
-
The location of the WSDL document for the service (a URL).
- wsdlLocation() - Element in annotation type javax.xml.ws.WebServiceProvider
-
Location of the WSDL description for the service.
- wsdlLocation() - Element in annotation type javax.xml.ws.WebServiceRef
-
A URL pointing to the WSDL document for the web service.
X
- XmlAccessOrder - Enum in javax.xml.bind.annotation
-
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.
- XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
-
Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Type in javax.xml.bind.annotation
-
Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum in javax.xml.bind.annotation
-
Used by XmlAccessorType to control serialization of fields or properties.
- XmlAdapter<ValueType,
BoundType> - Class in javax.xml.bind.annotation.adapters -
Adapts a Java type for custom marshaling.
- XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
-
Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML infoset representation and/or JAXB element.
- XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
-
Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XmlElement - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property name.
- XmlElement.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElement.type()to signal that the type be inferred from the signature of the property. - XmlElementDecl - Annotation Type in javax.xml.bind.annotation
-
Maps a factory method to a XML element.
- XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
-
Used in
XmlElementDecl.scope()to signal that the declaration is in the global scope. - XmlElementRef - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElementRef.type()to signal that the type be inferred from the signature of the property. - XmlElementRefs - Annotation Type in javax.xml.bind.annotation
-
Marks a property that refers to classes with
XmlElementor JAXBElement. - XmlElements - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlElementannotations. - XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
-
Generates a wrapper element around XML representation.
- XmlEnum - Annotation Type in javax.xml.bind.annotation
-
Maps an enum type
Enumto XML representation. - XmlEnumValue - Annotation Type in javax.xml.bind.annotation
-
Maps an enum constant in
Enumtype to XML representation. - XmlID - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
-
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
- XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
-
Use an adapter that implements
XmlAdapterfor custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
-
Used in
XmlJavaTypeAdapter.type()to signal that the type be inferred from the signature of the field, property, parameter or the class. - XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapterannotations. - XmlList - Annotation Type in javax.xml.bind.annotation
-
Used to map a property to a list simple type.
- XmlMimeType - Annotation Type in javax.xml.bind.annotation
-
Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Type in javax.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- xmlns() - Element in annotation type javax.xml.bind.annotation.XmlSchema
-
Customize the namespace URI, prefix associations.
- XmlNs - Annotation Type in javax.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XmlNsForm - Enum in javax.xml.bind.annotation
-
Enumeration of XML Schema namespace qualifications.
- XmlRegistry - Annotation Type in javax.xml.bind.annotation
-
Marks a class that has
XmlElementDecls. - XmlRootElement - Annotation Type in javax.xml.bind.annotation
-
Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Type in javax.xml.bind.annotation
-
Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Type in javax.xml.bind.annotation
-
Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlSchemaType.type()to signal that the type be inferred from the signature of the property. - XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlSchemaTypeannotations. - XmlSeeAlso - Annotation Type in javax.xml.bind.annotation
-
Instructs JAXB to also bind other classes when binding this class.
- XmlTransient - Annotation Type in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Type in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlType.factoryClass()to signal that either factory mehod is not used or that it's in the class with thisXmlTypeitself. - XmlValue - Annotation Type in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form