Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
X
- X_UU_ENCODER - Enum constant in enum class jakarta.mail.util.StreamProvider.EncoderTypes
 - X_UUE - Enum constant in enum class jakarta.mail.util.StreamProvider.EncoderTypes
 - XAConnection - Interface in jakarta.jms
 - 
The
XAConnectioninterface extends the capability ofConnectionby providing anXASession(optional). - XAConnectionFactory - Interface in jakarta.jms
 - 
The
XAConnectionFactoryinterface is a base interface for theXAQueueConnectionFactoryandXATopicConnectionFactoryinterfaces. - XAJMSContext - Interface in jakarta.jms
 - 
The
XAJMSContextinterface extends the capability ofJMSContextby adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional). - XAQueueConnection - Interface in jakarta.jms
 - 
An
XAQueueConnectionprovides the same create options asQueueConnection(optional). - XAQueueConnectionFactory - Interface in jakarta.jms
 - 
An
XAQueueConnectionFactoryprovides the same create options as aQueueConnectionFactory(optional). - XAQueueSession - Interface in jakarta.jms
 - 
An
XAQueueSessionprovides a regularQueueSession, which can be used to createQueueReceiver,QueueSender, andQueueBrowserobjects (optional). - XASession - Interface in jakarta.jms
 - 
The
XASessioninterface extends the capability ofSessionby adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional). - XATerminator - Interface in jakarta.resource.spi
 - 
The XATerminator interface is used for transaction completion and crash recovery flows.
 - XATopicConnection - Interface in jakarta.jms
 - 
An
XATopicConnectionprovides the same create options asTopicConnection(optional). - XATopicConnectionFactory - Interface in jakarta.jms
 - 
An
XATopicConnectionFactoryprovides the same create options as aTopicConnectionFactory(optional). - XATopicSession - Interface in jakarta.jms
 - 
An
XATopicSessionprovides a regularTopicSession. - XATransaction - Enum constant in enum class jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
 - 
The resource adapter supports both resource manager local and Jakarta Transactions transactions by implementing the
LocalTransactionandXAResourceinterfaces. - xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
 - 
Create an "application/xhtml+xml" entity.
 - XHTML_CONTENT_TYPE - Static variable in class com.sun.faces.RIConstants
 - XhtmlNamespace - Static variable in class com.sun.faces.facelets.tag.faces.html.HtmlDecorator
 - xml(T) - Static method in class jakarta.ws.rs.client.Entity
 - 
Create an "application/xml" entity.
 - XmlAccessOrder - Enum Class in jakarta.xml.bind.annotation
 - 
Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.
 - XmlAccessorOrder - Annotation Interface in jakarta.xml.bind.annotation
 - 
Controls the ordering of fields and properties in a class.
 - XmlAccessorType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Controls whether fields or Javabean properties are serialized by default.
 - XmlAccessType - Enum Class in jakarta.xml.bind.annotation
 - 
Used by XmlAccessorType to control serialization of fields or properties.
 - XmlAdapter<ValueType,
BoundType> - Class in jakarta.xml.bind.annotation.adapters - 
Adapts a Java type for custom marshaling.
 - XmlAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.XmlAdapter
 - 
Do-nothing constructor for the derived classes.
 - XmlAnyAttribute - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a map of wildcard attributes.
 - XmlAnyElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
 - XmlAttachmentRef - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a field/property that its XML form is a uri reference to mime content.
 - XmlAttribute - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML attribute.
 - XmlElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML element derived from property name.
 - XmlElement.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElement.type()to signal that the type be inferred from the signature of the property. - XmlElementDecl - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a factory method to a XML element.
 - XmlElementDecl.GLOBAL - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElementDecl.scope()to signal that the declaration is in the global scope. - XmlElementRef - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML element derived from property's type.
 - XmlElementRef.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElementRef.type()to signal that the type be inferred from the signature of the property. - XmlElementRefs - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a property that refers to classes with
XmlElementor JAXBElement. - XmlElements - Annotation Interface in jakarta.xml.bind.annotation
 - 
A container for multiple @
XmlElementannotations. - XmlElementWrapper - Annotation Interface in jakarta.xml.bind.annotation
 - 
Generates a wrapper element around XML representation.
 - XmlEnum - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps an enum type
Enumto XML representation. - XmlEnumValue - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps an enum constant in
Enumtype to XML representation. - XMLFrontMatterSaver - Interface in com.sun.faces.facelets.impl
 - XmlID - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML ID.
 - XmlIDREF - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML IDREF.
 - XmlInlineBinaryData - Annotation Interface in jakarta.xml.bind.annotation
 - 
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
 - XMLInstruction - Class in com.sun.faces.facelets.compiler
 - XMLInstruction(ELText) - Constructor for class com.sun.faces.facelets.compiler.XMLInstruction
 - XmlJavaTypeAdapter - Annotation Interface in jakarta.xml.bind.annotation.adapters
 - 
Use an adapter that implements
XmlAdapterfor custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in jakarta.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 Interface in jakarta.xml.bind.annotation.adapters
 - 
A container for multiple @
XmlJavaTypeAdapterannotations. - XmlList - Annotation Interface in jakarta.xml.bind.annotation
 - 
Used to map a property to a list simple type.
 - XmlMimeType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Associates the MIME type that controls the XML representation of the property.
 - XmlMixed - Annotation Interface in jakarta.xml.bind.annotation
 - 
Annotate a JavaBean multi-valued property to support mixed content.
 - xmlns - Enum constant in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
 - xmlns - Enum constant in enum class jakarta.faces.component.html.HtmlHead.PropertyKeys
 - xmlns() - Element in annotation interface jakarta.xml.bind.annotation.XmlSchema
 - 
Customize the namespace URI, prefix associations.
 - XmlNs - Annotation Interface in jakarta.xml.bind.annotation
 - 
Associates a namespace prefix with a XML namespace URI.
 - XmlNsForm - Enum Class in jakarta.xml.bind.annotation
 - 
Enumeration of XML Schema namespace qualifications.
 - XmlRegistry - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a class that has
XmlElementDecls. - XmlRootElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a class or an enum type to an XML element.
 - XmlSchema - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a package name to a XML namespace.
 - XML Schema substitution group support - Search tag in annotation interface jakarta.xml.bind.annotation.XmlElementRef
 - Section
 - XmlSchemaType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a Java type to a simple schema built-in type.
 - XmlSchemaType.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlSchemaType.type()to signal that the type be inferred from the signature of the property. - XmlSchemaTypes - Annotation Interface in jakarta.xml.bind.annotation
 - 
A container for multiple @
XmlSchemaTypeannotations. - XmlSeeAlso - Annotation Interface in jakarta.xml.bind.annotation
 - 
Instructs Jakarta XML Binding to also bind other classes when binding this class.
 - XmlTransient - Annotation Interface in jakarta.xml.bind.annotation
 - 
Prevents the mapping of a JavaBean property/type to XML representation.
 - XmlType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a class or an enum type to a XML Schema type.
 - XmlType.DEFAULT - Class in jakarta.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 Interface in jakarta.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