Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMarshallerImpl - Class in jakarta.xml.bind.helpers
-
Partial default
Marshallerimplementation. - AbstractMarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Do-nothing constructor for the derived classes.
- AbstractUnmarshallerImpl - Class in jakarta.xml.bind.helpers
-
Partial default
Unmarshallerimplementation. - AbstractUnmarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Do-nothing constructor for the derived classes.
- action() - Element in annotation type jakarta.jws.WebMethod
-
The action for this operation.
- Action - Annotation Type in jakarta.xml.ws
-
The
Actionannotation allows explicit association of a WS-AddressingActionmessage addressing property withinput,output, andfaultmessages of the mapped WSDL operation. - ActivationDataFlavor - Class in jakarta.activation
-
The ActivationDataFlavor class is similar to the JDK's
java.awt.datatransfer.DataFlavorclass. - ActivationDataFlavor(Class<?>, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents a MimeType.
- ActivationDataFlavor(Class<?>, String, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents an arbitrary Java object.
- ActivationDataFlavor(String, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents a MimeType.
- add(FetchProfile.Item) - Method in class jakarta.mail.FetchProfile
-
Add the given special item as one of the attributes to be prefetched.
- add(Flags) - Method in class jakarta.mail.Flags
-
Add all the flags in the given Flags object to this Flags object.
- add(Flags.Flag) - Method in class jakarta.mail.Flags
-
Add the specified system flag to this Flags object.
- add(String) - Method in class jakarta.mail.FetchProfile
-
Add the specified header-field to the list of attributes to be prefetched.
- add(String) - Method in class jakarta.mail.Flags
-
Add the specified user flag to this Flags object.
- addAttachmentPart(AttachmentPart) - Method in class jakarta.xml.soap.SOAPMessage
-
Adds the given
AttachmentPartobject to thisSOAPMessageobject. - addAttribute(Name, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addAttribute(QName, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject. - addBodyElement(Name) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject. - addBodyElement(QName) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject. - addBodyPart(BodyPart) - Method in class jakarta.mail.internet.MimeMultipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart) - Method in class jakarta.mail.Multipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class jakarta.mail.internet.MimeMultipart
-
Adds a BodyPart at position
index. - addBodyPart(BodyPart, int) - Method in class jakarta.mail.Multipart
-
Adds a BodyPart at position
index. - addChildElement(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject. - addChildElement(SOAPElement) - Method in interface jakarta.xml.soap.SOAPElement
-
Add a
SOAPElementas a child of thisSOAPElementinstance. - addChildElement(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and adds the new element to thisSOAPElementobject. - addChildElement(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject. - addChildElement(String, String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject. - addChildElement(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject. - addConnectionListener(ConnectionListener) - Method in class jakarta.mail.Folder
-
Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) - Method in class jakarta.mail.Service
-
Add a listener for Connection events on this service.
- addDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Creates an optional
Detailobject and sets it as theDetailobject for thisSOAPFaultobject. - addDetailEntry(Name) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given name and adds it to thisDetailobject. - addDetailEntry(QName) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given QName and adds it to thisDetailobject. - addDocument(Document) - Method in interface jakarta.xml.soap.SOAPBody
-
Adds the root node of the DOM
Documentto thisSOAPBodyobject. - ADDED - Static variable in class jakarta.mail.event.MessageCountEvent
-
The messages were added to their folder
- addFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFaultReasonText(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from
locale. - addFolderListener(FolderListener) - Method in class jakarta.mail.Folder
-
Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) - Method in class jakarta.mail.Store
-
Add a listener for Folder events on any Folder object obtained from this Store.
- addFrom(Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Add the specified addresses to the existing "From" field.
- addFrom(Address[]) - Method in class jakarta.mail.Message
-
Add these addresses to the existing "From" attribute
- addHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject. - addHeader(String, String) - Method in class jakarta.mail.internet.InternetHeaders
-
Add a header with the specified name and value to the header list.
- addHeader(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface jakarta.mail.Part
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Adds a
MimeHeaderobject with the specified name and value to thisMimeHeadersobject's list of headers. - addHeaderElement(Name) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject. - addHeaderLine(String) - Method in class jakarta.mail.internet.InternetHeaders
-
Add an RFC822 header line to the header store.
- addHeaderLine(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Add a header line to this body part
- addHeaderLine(String) - Method in class jakarta.mail.internet.MimeMessage
-
Add a raw RFC 822 header-line.
- addHeaderLine(String) - Method in interface jakarta.mail.internet.MimePart
-
Add a raw RFC822 header-line.
- addMailcap(String) - Method in class jakarta.activation.MailcapCommandMap
-
Add entries to the registry.
- addMessageChangedListener(MessageChangedListener) - Method in class jakarta.mail.Folder
-
Add a listener for MessageChanged events on this Folder.
- addMessageCountListener(MessageCountListener) - Method in class jakarta.mail.Folder
-
Add a listener for MessageCount events on this Folder.
- addMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPartobject. - addMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Creates a
MimeHeaderobject with the specified name and value and adds it to thisSOAPPartobject. - addMimeTypes(String) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Prepend the MIME type values to the registry.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
-
Consider binary
datafor optimized binary storage as an attachment. - addMtomAttachment(DataHandler, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content
datafor optimized binary storage as an attachment. - addNamespaceDeclaration(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElementobject. - addNotUnderstoodHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new NotUnderstood
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addPort(QName, String, String) - Method in class jakarta.xml.ws.Service
-
Creates a new port for the service.
- addPort(QName, String, String) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a new port for the service.
- addProvider(Provider) - Method in class jakarta.mail.Session
-
Add a provider to the session.
- addRecipient(Message.RecipientType, Address) - Method in class jakarta.mail.Message
-
Add this recipient address to the existing ones of the given type.
- addRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.Message
-
Add these recipient addresses to the existing ones of the given type.
- addRecipients(Message.RecipientType, String) - Method in class jakarta.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addResponseHeader(String, String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Adds a response header with the given name and value.
- address - Variable in class jakarta.mail.internet.InternetAddress
-
The email address.
- address - Variable in class jakarta.mail.search.AddressTerm
-
The address.
- address(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
addressto theW3CEndpointReferenceinstance'swsa:Address. - Address - Class in jakarta.mail
-
This abstract class models the addresses in a message.
- Address() - Constructor for class jakarta.mail.Address
-
Creates a default
Address. - AddressException - Exception in jakarta.mail.internet
-
The exception thrown when a wrongly formatted address is encountered.
- AddressException() - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with no detail message.
- AddressException(String) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message.
- AddressException(String, String) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressException(String, String, int) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- Addressing - Annotation Type in jakarta.xml.ws.soap
-
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature - Class in jakarta.xml.ws.soap
-
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- AddressingFeature() - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
-
Creates and configures an
AddressingFeaturewith the use of addressing requirements. - AddressingFeature.Responses - Enum in jakarta.xml.ws.soap
-
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
- AddressStringTerm - Class in jakarta.mail.search
-
This abstract class implements string comparisons for Message addresses.
- AddressStringTerm(String) - Constructor for class jakarta.mail.search.AddressStringTerm
-
Constructor.
- AddressTerm - Class in jakarta.mail.search
-
This class implements Message Address comparisons.
- AddressTerm(Address) - Constructor for class jakarta.mail.search.AddressTerm
-
Constructor.
- addStoreListener(StoreListener) - Method in class jakarta.mail.Store
-
Add a listener for StoreEvents on this Store.
- addSwaRefAttachment(DataHandler) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
-
Add MIME
dataas an attachment and return attachment's content-id, cid. - addTextNode(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
Textobject initialized with the givenStringand adds it to thisSOAPElementobject. - addTransportListener(TransportListener) - Method in class jakarta.mail.Transport
-
Add a listener for Transport events.
- addUpgradeHeaderElement(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified supported SOAP URI and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(String[]) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified array of supported SOAP URIs and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(Iterator<String>) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified List of supported SOAP URIs and adds it to thisSOAPHeaderobject. - afterMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling
sourceto XML. - afterUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into
target. - ALERT - Static variable in class jakarta.mail.event.StoreEvent
-
Indicates that this message is an ALERT.
- ALL - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Supports all response types and this is the default
- ALL - Static variable in class jakarta.mail.internet.MimeUtility
- allowEmpty - Variable in class jakarta.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.allowempty" property, set in the
MimeMultipart.initializeProperties()method called from constructors and the parse method. - ALPHABETICAL - Enum constant in enum jakarta.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).
- AndTerm - Class in jakarta.mail.search
-
This class implements the logical AND operator on individual SearchTerms.
- AndTerm(SearchTerm[]) - Constructor for class jakarta.mail.search.AndTerm
-
Constructor that takes an array of SearchTerms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class jakarta.mail.search.AndTerm
-
Constructor that takes two terms.
- ANONYMOUS - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only anonymous responses.
- ANSWERED - Static variable in class jakarta.mail.Flags.Flag
-
This message has been answered.
- appendFaultSubcode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault. - appendMessages(Message[]) - Method in class jakarta.mail.Folder
-
Append given Messages to this folder.
- appendToMailcap(String) - Method in interface jakarta.activation.MailcapRegistry
-
appendToMailcap: Append to this Mailcap DB, use the mailcap format: Comment == "# comment string" Entry == "mimetype; javabeanclass" Example: # this is a comment image/gif jaf.viewers.ImageViewer
- appendToRegistry(String) - Method in interface jakarta.activation.MimeTypeRegistry
-
Appends string of entries to the types registry
- APPLICATION - Enum constant in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Application visibility.
- applyLocalizedPattern(String) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- applyPattern(String) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- AsyncHandler<T> - Interface in jakarta.xml.ws
-
The
AsyncHandlerinterface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously. - ATOM - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating an ATOM.
- attachFile(File) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(File, String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- attachFile(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(String, String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- ATTACHMENT - Static variable in interface jakarta.mail.Part
-
This part should be presented as an attachment.
- AttachmentMarshaller - Class in jakarta.xml.bind.attachment
-
Enable Jakarta XML Binding marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentMarshaller
-
Do-nothing constructor for the derived classes.
- AttachmentPart - Class in jakarta.xml.soap
-
A single attachment to a
SOAPMessageobject. - AttachmentPart() - Constructor for class jakarta.xml.soap.AttachmentPart
-
Default constructor.
- AttachmentUnmarshaller - Class in jakarta.xml.bind.attachment
-
Enables Jakarta XML Binding unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Do-nothing constructor for the derived classes.
- attribute(QName, String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement. - attributeFormDefault() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
-
Namespace qualification for attributes.
- AuthenticationFailedException - Exception in jakarta.mail
-
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
- AuthenticationFailedException() - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException.
- AuthenticationFailedException(String) - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message.
- AuthenticationFailedException(String, Exception) - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message and embedded exception.
- Authenticator - Class in jakarta.mail
-
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
- Authenticator() - Constructor for class jakarta.mail.Authenticator
-
Creates a default
Authenticator. - available() - Method in class jakarta.mail.util.SharedFileInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
B
- B_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- BARE - Enum constant in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
- BASE_64 - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- BCC - Static variable in class jakarta.mail.Message.RecipientType
-
The "Bcc" (blind carbon copy) recipients.
- bean() - Element in annotation type jakarta.xml.ws.spi.WebServiceFeatureAnnotation
-
The
WebServiceFeaturebean that is associated with theWebServiceFeatureannotation - beforeMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
-
Callback method invoked before marshalling from
sourceto XML. - beforeUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
-
Callback method invoked before unmarshalling into
target. - BINARY_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- Binder<XmlNode> - Class in jakarta.xml.bind
-
Enable synchronization between XML infoset nodes and Jakarta XML Binding objects representing same XML document.
- Binder() - Constructor for class jakarta.xml.bind.Binder
-
Do-nothing constructor for the derived classes.
- Binding - Interface in jakarta.xml.ws
-
The
Bindinginterface is the base interface for Jakarta XML Web Services protocol bindings. - BindingProvider - Interface in jakarta.xml.ws
-
The
BindingProviderinterface provides access to the protocol binding and associated context objects for request and response message processing. - BindingType - Annotation Type in jakarta.xml.ws
-
The
BindingTypeannotation is used to specify the binding to use for a web service endpoint implementation class. - BIT7_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- BIT8_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- BodyPart - Class in jakarta.mail
-
This class models a Part that is contained within a Multipart.
- BodyPart() - Constructor for class jakarta.mail.BodyPart
-
Creates a default
BodyPart. - BodyTerm - Class in jakarta.mail.search
-
This class implements searches on a message body.
- BodyTerm(String) - Constructor for class jakarta.mail.search.BodyTerm
-
Constructor
- bufpos - Variable in class jakarta.mail.util.SharedFileInputStream
-
The file offset that corresponds to the first byte in the read buffer.
- bufsize - Variable in class jakarta.mail.util.SharedFileInputStream
-
The normal size of the read buffer.
- build() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Builds a
W3CEndpointReferencefrom the accumulated properties set on thisW3CEndpointReferenceBuilderinstance. - ByteArrayDataSource - Class in jakarta.mail.util
-
A DataSource backed by a byte array.
- ByteArrayDataSource(byte[], String) - Constructor for class jakarta.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified byte array and with the specified MIME type.
- ByteArrayDataSource(InputStream, String) - Constructor for class jakarta.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified InputStream and with the specified MIME type.
- ByteArrayDataSource(String, String) - Constructor for class jakarta.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.
C
- cachedContent - Variable in class jakarta.mail.internet.MimeBodyPart
-
If our content is a Multipart of Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- cachedContent - Variable in class jakarta.mail.internet.MimeMessage
-
If our content is a Multipart or Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
- call(SOAPMessage, Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until it has returned the response.
- CC - Static variable in class jakarta.mail.Message.RecipientType
-
The "Cc" (carbon copy) recipients.
- CHARACTER_SET_ENCODING - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- className() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler class.
- className() - Element in annotation type jakarta.xml.ws.FaultAction
-
Name of the exception class.
- className() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Request wrapper bean name.
- className() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Response wrapper bean name.
- clearContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Clears out the content of this
AttachmentPartobject. - clearSystemFlags() - Method in class jakarta.mail.Flags
-
Clear all of the system flags.
- clearUserFlags() - Method in class jakarta.mail.Flags
-
Clear all of the user flags.
- clone() - Method in class jakarta.mail.Flags
-
Returns a clone of this Flags object.
- clone() - Method in class jakarta.mail.internet.InternetAddress
-
Return a copy of this InternetAddress object.
- clone() - Method in class jakarta.mail.internet.MailDateFormat
-
Overrides Cloneable.
- close() - Method in class jakarta.mail.Folder
-
Close this Folder and expunge deleted messages.
- close() - Method in class jakarta.mail.Service
-
Close this service and terminate its connection.
- close() - Method in class jakarta.mail.util.SharedFileInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class jakarta.xml.soap.SOAPConnection
-
Closes this
SOAPConnectionobject. - close() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- close(boolean) - Method in class jakarta.mail.Folder
-
Close this Folder.
- close(MessageContext) - Method in interface jakarta.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to the Jakarta XML Web Services runtime dispatching a message, fault or exception.
- closed(ConnectionEvent) - Method in class jakarta.mail.event.ConnectionAdapter
- closed(ConnectionEvent) - Method in interface jakarta.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is closed.
- CLOSED - Static variable in class jakarta.mail.event.ConnectionEvent
-
A connection was closed.
- CollapsedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
-
Built-in
XmlAdapterto handlexs:tokenand its derived types. - CollapsedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
- combineSegments() - Method in class jakarta.mail.internet.ParameterList
-
Normal users of this class will use simple parameter names.
- CommandInfo - Class in jakarta.activation
-
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
- CommandInfo(String, String) - Constructor for class jakarta.activation.CommandInfo
-
The Constructor for CommandInfo.
- CommandMap - Class in jakarta.activation
-
The CommandMap class provides an interface to a registry of command objects available in the system.
- CommandMap() - Constructor for class jakarta.activation.CommandMap
-
Default (empty) constructor.
- CommandObject - Interface in jakarta.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.
- COMMENT - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating a comment.
- comparison - Variable in class jakarta.mail.search.ComparisonTerm
-
The comparison.
- ComparisonTerm - Class in jakarta.mail.search
-
This class models the comparison operator.
- ComparisonTerm() - Constructor for class jakarta.mail.search.ComparisonTerm
-
Creates a default
ComparisonTerm. - complete - Variable in class jakarta.mail.internet.MimeMultipart
-
Have we seen the final bounary line?
- connect() - Method in class jakarta.mail.Service
-
A generic connect method that takes no parameters.
- connect(String, int, String, String) - Method in class jakarta.mail.Service
-
Similar to connect(host, user, password) except a specific port can be specified.
- connect(String, String) - Method in class jakarta.mail.Service
-
Connect to the current host using the specified username and password.
- connect(String, String, String) - Method in class jakarta.mail.Service
-
Connect to the specified address.
- ConnectionAdapter - Class in jakarta.mail.event
-
The adapter which receives connection events.
- ConnectionAdapter() - Constructor for class jakarta.mail.event.ConnectionAdapter
-
Creates a default
ConnectionAdapter. - ConnectionEvent - Class in jakarta.mail.event
-
This class models Connection events.
- ConnectionEvent(Object, int) - Constructor for class jakarta.mail.event.ConnectionEvent
-
Construct a ConnectionEvent.
- ConnectionListener - Interface in jakarta.mail.event
-
This is the Listener interface for Connection events.
- contains(FetchProfile.Item) - Method in class jakarta.mail.FetchProfile
-
Returns true if the fetch profile contains the given special item.
- contains(Flags) - Method in class jakarta.mail.Flags
-
Check whether all the flags in the specified Flags object are present in this Flags object.
- contains(Flags.Flag) - Method in class jakarta.mail.Flags
-
Check whether the specified system flag is present in this Flags object.
- contains(String) - Method in class jakarta.mail.FetchProfile
-
Returns true if the fetch profile contains the given header name.
- contains(String) - Method in class jakarta.mail.Flags
-
Check whether the specified user flag is present in this Flags object.
- content - Variable in class jakarta.mail.internet.MimeBodyPart
-
Byte array that holds the bytes of the content of this Part.
- content - Variable in class jakarta.mail.internet.MimeMessage
-
Byte array that holds the bytes of this Message's content.
- CONTENT_INFO - Static variable in class jakarta.mail.FetchProfile.Item
-
This item is for fetching information about the content of the message.
- ContentDisposition - Class in jakarta.mail.internet
-
This class represents a MIME ContentDisposition value.
- ContentDisposition() - Constructor for class jakarta.mail.internet.ContentDisposition
-
No-arg Constructor.
- ContentDisposition(String) - Constructor for class jakarta.mail.internet.ContentDisposition
-
Constructor that takes a ContentDisposition string.
- ContentDisposition(String, ParameterList) - Constructor for class jakarta.mail.internet.ContentDisposition
-
Constructor.
- contentStream - Variable in class jakarta.mail.internet.MimeBodyPart
-
If the data for this body part was supplied by an InputStream that implements the SharedInputStream interface,
contentStreamis another such stream representing the content of this body part. - contentStream - Variable in class jakarta.mail.internet.MimeMessage
-
If the data for this message was supplied by an InputStream that implements the SharedInputStream interface,
contentStreamis another such stream representing the content of this message. - contentType - Variable in class jakarta.mail.Multipart
-
This field specifies the content-type of this multipart object.
- ContentType - Class in jakarta.mail.internet
-
This class represents a MIME Content-Type value.
- ContentType() - Constructor for class jakarta.mail.internet.ContentType
-
No-arg Constructor.
- ContentType(String) - Constructor for class jakarta.mail.internet.ContentType
-
Constructor that takes a Content-Type string.
- ContentType(String, String, ParameterList) - Constructor for class jakarta.mail.internet.ContentType
-
Constructor.
- copyMessages(Message[], Folder) - Method in class jakarta.mail.Folder
-
Copy the specified Messages from this Folder into another Folder.
- countAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- create(int) - Method in class jakarta.mail.Folder
-
Create this folder on the Store.
- create(Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web service features.
- create(String, Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type, implementor object, and web service features.
- create(URL, QName) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(URL, QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - createAndPublishEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
- createAttachmentPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Creates a new empty
AttachmentPartobject. - createAttachmentPart(DataHandler) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it using the givenDataHandlerobject. - createAttachmentPart(Object, String) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createBinder() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
Binderfor W3C DOM. - createBinder(Class<T>) - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
Binderobject that can be used for associative/in-place unmarshalling/marshalling. - createConnection() - Method in class jakarta.xml.soap.SOAPConnectionFactory
-
Create a new
SOAPConnection. - createContext(Class<?>[], Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - createContext(String, ClassLoader, Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - CREATED - Static variable in class jakarta.mail.event.FolderEvent
-
The folder was created.
- createDataContentHandler(String) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDataContentHandler(String) - Method in interface jakarta.activation.DataContentHandlerFactory
-
Creates a new DataContentHandler object for the MIME type.
- createDataContentHandler(String) - Method in class jakarta.activation.MailcapCommandMap
-
Return the DataContentHandler for the specified MIME type.
- createDataContentHandler(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDetail() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Detailobject which serves as a container forDetailEntryobjects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createElement(Name) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenNameobject. - createElement(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPElementobject with the given local name, prefix and uri. - createElement(QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenQNameobject. - createElement(Element) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject from an existing DOMElement. - createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
- createEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation object and web service features.
- createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default
SOAPFaultobject - createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFaultobject initialized with the givenreasonTextandfaultCode - createInternetHeaders(InputStream) - Method in class jakarta.mail.internet.MimeMessage
-
Create and return an InternetHeaders object that loads the headers from the given InputStream.
- createInternetHeaders(InputStream) - Method in class jakarta.mail.internet.MimeMultipart
-
Create and return an InternetHeaders object that loads the headers from the given InputStream.
- createJAXBIntrospector() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
JAXBIntrospectorobject that can be used to introspect Jakarta XML Binding objects. - createMarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create a
Marshallerobject that can be used to convert a java content tree into XML data. - createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createMimeBodyPart(InternetHeaders, byte[]) - Method in class jakarta.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeBodyPart(InputStream) - Method in class jakarta.mail.internet.MimeMultipart
-
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
- createMimeMessage(Session) - Method in class jakarta.mail.internet.MimeMessage
-
Create and return a MimeMessage object.
- createName(String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name. - createName(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name. - createName(String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name and namespace prefix. - createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createOutput(String, String) - Method in class jakarta.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 jakarta.xml.soap.SOAPElement
-
Creates a
QNamewhose namespace URI is the one associated with the parameter,prefix, in the context of thisSOAPElement. - createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createUnmarshalException(SAXException) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create an
Unmarshallerobject that can be used to convert XML data into a java content tree. - createUnmarshaller(ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
When a Jakarta XML Binding 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 jakarta.xml.bind.annotation.W3CDomHandler
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference. - createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference.
D
- DataBindingException - Exception in jakarta.xml.bind
-
Exception that represents a failure in a Jakarta XML Binding operation.
- DataBindingException(String, Throwable) - Constructor for exception jakarta.xml.bind.DataBindingException
- DataBindingException(Throwable) - Constructor for exception jakarta.xml.bind.DataBindingException
- DataContentHandler - Interface in jakarta.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 jakarta.activation
-
This interface defines a factory for
DataContentHandlers. - DataHandler - Class in jakarta.activation
-
The DataHandler class provides a consistent interface to data available in many different sources and formats.
- DataHandler(DataSource) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandlerinstance referencing the specified DataSource. - DataHandler(Object, String) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandlerinstance representing an object of this MIME type. - DataHandler(URL) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandlerinstance referencing a URL. - datalen - Variable in class jakarta.mail.util.SharedFileInputStream
-
The amount of data in this subset of the file.
- DataSource - Interface in jakarta.activation
-
The DataSource interface provides Jakarta Activation with an abstraction of an arbitrary collection of data.
- DatatypeConverter - Class in jakarta.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 jakarta.xml.bind
-
The DatatypeConverterInterface is for Jakarta XML Binding provider use only.
- date - Variable in class jakarta.mail.search.DateTerm
-
The date.
- DateTerm - Class in jakarta.mail.search
-
This class implements comparisons for Dates
- DateTerm(int, Date) - Constructor for class jakarta.mail.search.DateTerm
-
Constructor.
- debug - Variable in class jakarta.mail.Service
-
Debug flag for this service.
- declaredType - Variable in class jakarta.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- decode(InputStream, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Decode the given input stream.
- decodeText(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
- decodeWord(String) - Static method in class jakarta.mail.internet.MimeUtility
-
The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".
- DEFAULT_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- DefaultValidationEventHandler - Class in jakarta.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class jakarta.xml.bind.helpers.DefaultValidationEventHandler
- defaultValue() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
-
Default value of this element.
- defaultValue() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
Default value of this element.
- delete(boolean) - Method in class jakarta.mail.Folder
-
Delete this Folder.
- DELETED - Static variable in class jakarta.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class jakarta.mail.Flags.Flag
-
This message is marked deleted.
- description() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Description of this mail session.
- detachNode() - Method in interface jakarta.xml.soap.Node
-
Removes this
Nodeobject from the tree. - Detail - Interface in jakarta.xml.soap
-
A container for
DetailEntryobjects. - DetailEntry - Interface in jakarta.xml.soap
-
The content for a
Detailobject, giving details for aSOAPFaultobject. - dh - Variable in class jakarta.mail.internet.MimeBodyPart
-
The DataHandler object representing this Part's content.
- dh - Variable in class jakarta.mail.internet.MimeMessage
-
The DataHandler object representing this Message's content.
- disconnected(ConnectionEvent) - Method in class jakarta.mail.event.ConnectionAdapter
- disconnected(ConnectionEvent) - Method in interface jakarta.mail.event.ConnectionListener
-
Invoked when a Store is disconnected.
- DISCONNECTED - Static variable in class jakarta.mail.event.ConnectionEvent
-
A connection was disconnected (not currently used).
- dispatch(Object) - Method in class jakarta.mail.event.ConnectionEvent
-
Invokes the appropriate ConnectionListener method
- dispatch(Object) - Method in class jakarta.mail.event.FolderEvent
-
Invokes the appropriate FolderListener method
- dispatch(Object) - Method in class jakarta.mail.event.MailEvent
-
This method invokes the appropriate method on a listener for this event.
- dispatch(Object) - Method in class jakarta.mail.event.MessageChangedEvent
-
Invokes the appropriate MessageChangedListener method.
- dispatch(Object) - Method in class jakarta.mail.event.MessageCountEvent
-
Invokes the appropriate MessageCountListener method.
- dispatch(Object) - Method in class jakarta.mail.event.StoreEvent
-
Invokes the appropriate StoreListener method.
- dispatch(Object) - Method in class jakarta.mail.event.TransportEvent
-
Invokes the appropriate TransportListener method.
- Dispatch<T> - Interface in jakarta.xml.ws
-
The
Dispatchinterface provides support for the dynamic invocation of a service endpoint operations. - DOCUMENT - Enum constant in enum jakarta.jws.soap.SOAPBinding.Style
- DomHandler<ElementT,
ResultT extends Result> - Interface in jakarta.xml.bind.annotation -
Converts an element (and its descendants) from/to DOM (or similar) representation.
- DRAFT - Static variable in class jakarta.mail.Flags.Flag
-
This message is a draft.
- ds - Variable in class jakarta.mail.internet.MimeMultipart
-
The DataSource supplying our InputStream.
- DYNAMIC_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose concrete type is based on theContent-TypeMIME header passed to thecreateMessagemethod.
E
- element(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension element to the
W3CEndpointReferenceinstance'swsa:EndpointReferenceelement. - Element - Interface in jakarta.xml.bind
-
This is an element marker interface.
- elementFormDefault() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
-
Namespace qualification for elements.
- enabled - Variable in class jakarta.xml.ws.WebServiceFeature
-
Specifies if the feature is enabled or disabled
- enabled() - Element in annotation type jakarta.xml.ws.RespectBinding
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type jakarta.xml.ws.soap.Addressing
-
Specifies if this feature is enabled or disabled.
- enabled() - Element in annotation type jakarta.xml.ws.soap.MTOM
-
Specifies if this feature is enabled or disabled.
- encode(OutputStream, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Wrap an encoder around the given output stream.
- encode(OutputStream, String, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Wrap an encoder around the given output stream.
- ENCODED - Enum constant in enum jakarta.jws.soap.SOAPBinding.Use
- encodedPersonal - Variable in class jakarta.mail.internet.InternetAddress
-
The RFC 2047 encoded version of the personal name.
- encodeText(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
- encodeText(String, String, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
- encodeWord(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
- encodeWord(String, String, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
- EncodingAware - Interface in jakarta.mail
-
A
DataSourcethat also implementsEncodingAwaremay specify the Content-Transfer-Encoding to use for its data. - Endpoint - Class in jakarta.xml.ws
-
A Web service endpoint.
- Endpoint() - Constructor for class jakarta.xml.ws.Endpoint
- ENDPOINT_ADDRESS_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property: Target service endpoint address.
- EndpointContext - Class in jakarta.xml.ws
-
EndpointContextallows multiple endpoints in an application to share any information. - EndpointContext() - Constructor for class jakarta.xml.ws.EndpointContext
- endpointInterface() - Element in annotation type jakarta.jws.WebService
-
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
- endpointName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
endpointNameaswsam:ServiceName/@EndpointNamein thewsa:Metadataelement. - EndpointReference - Class in jakarta.xml.ws
-
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
- EndpointReference() - Constructor for class jakarta.xml.ws.EndpointReference
-
Default constructor.
- ENVELOPE - Static variable in class jakarta.mail.FetchProfile.Item
-
This is the Envelope item.
- ENVELOPE_CHANGED - Static variable in class jakarta.mail.event.MessageChangedEvent
-
The message's envelope (headers, but not body) changed.
- EOF - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating end of input.
- EQ - Static variable in class jakarta.mail.search.ComparisonTerm
-
Equal to, "
=", comparison. - equals(ActivationDataFlavor) - Method in class jakarta.activation.ActivationDataFlavor
-
Compares the ActivationDataFlavor passed in with this ActivationDataFlavor; calls the
isMimeTypeEqualmethod. - equals(Object) - Method in class jakarta.activation.ActivationDataFlavor
- equals(Object) - Method in class jakarta.mail.Address
-
The equality operator.
- equals(Object) - Method in class jakarta.mail.Flags
-
Check whether the two Flags objects are equal.
- equals(Object) - Method in class jakarta.mail.Header
- equals(Object) - Method in class jakarta.mail.internet.InternetAddress
-
The equality operator.
- equals(Object) - Method in class jakarta.mail.internet.NewsAddress
-
The equality operator.
- equals(Object) - Method in class jakarta.mail.search.AddressStringTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.AddressTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.AndTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.BodyTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.ComparisonTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.DateTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.FlagTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.FromStringTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.FromTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.HeaderTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.MessageIDTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.MessageNumberTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.NotTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.OrTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.ReceivedDateTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.RecipientStringTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.RecipientTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.SentDateTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.SizeTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.StringTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.search.SubjectTerm
-
Equality comparison.
- equals(Object) - Method in class jakarta.mail.URLName
-
Compares two URLNames.
- equals(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
- examineAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject. - examineHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor. - examineMustUnderstandHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and that have a MustUnderstand attribute whose value is equivalent totrue. - exclude() - Element in annotation type jakarta.jws.WebMethod
-
Marks a method to NOT be exposed as a web method.
- exists() - Method in class jakarta.mail.Folder
-
Tests if this folder physically exists on the Store.
- expunge() - Method in class jakarta.mail.Folder
-
Expunge (permanently remove) messages marked DELETED.
- expunged - Variable in class jakarta.mail.Message
-
True if this message has been expunged.
- extractAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractContentAsDocument() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new DOM
Documentand sets the first child of thisSOAPBodyas it's document element. - extractHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and detaches them from thisSOAPHeaderobject.
F
- factoryClass() - Element in annotation type jakarta.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- factoryMethod() - Element in annotation type jakarta.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in
factoryClassfactoryClass(). - FATAL_ERROR - Static variable in interface jakarta.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 jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for thefaultmessage(s) of the operation. - FaultAction - Annotation Type in jakarta.xml.ws
-
The
FaultActionannotation is used inside anActionannotation to allow an explicit association of a WS-AddressingActionmessage addressing property with thefaultmessages of the WSDL operation mapped from the exception class. - faultBean() - Element in annotation type jakarta.xml.ws.WebFault
-
Fault bean name.
- fetch(Message[], FetchProfile) - Method in class jakarta.mail.Folder
-
Prefetch the items specified in the FetchProfile for the given Messages.
- FetchProfile - Class in jakarta.mail
-
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
- FetchProfile() - Constructor for class jakarta.mail.FetchProfile
-
Create an empty FetchProfile.
- FetchProfile.Item - Class in jakarta.mail
-
This inner class is the base class of all items that can be requested in a FetchProfile.
- FetchProfileItem(String) - Constructor for class jakarta.mail.UIDFolder.FetchProfileItem
-
Constructor for an item.
- FIELD - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated by
XmlTransient. - file() - Element in annotation type jakarta.jws.HandlerChain
-
Location of the handler chain file.
- FileDataSource - Class in jakarta.activation
-
The FileDataSource class implements a simple DataSource object that encapsulates a file.
- FileDataSource(File) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from a File object.
- FileDataSource(String) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from the specified path name.
- FileTypeMap - Class in jakarta.activation
-
The FileTypeMap is an abstract class that provides a data typing interface for files.
- FileTypeMap() - Constructor for class jakarta.activation.FileTypeMap
-
The default constructor.
- finalize() - Method in class jakarta.mail.Folder
- finalize() - Method in class jakarta.mail.Service
-
Stop the event dispatcher thread so the queue can be garbage collected.
- finalize() - Method in class jakarta.mail.util.SharedFileInputStream
-
Force this stream to close.
- FLAGGED - Static variable in class jakarta.mail.Flags.Flag
-
This message is flagged.
- flags - Variable in class jakarta.mail.internet.MimeMessage
-
The Flags for this message.
- Flags - Class in jakarta.mail
-
The Flags class represents the set of flags on a Message.
- Flags() - Constructor for class jakarta.mail.Flags
-
Construct an empty Flags object.
- Flags(Flags) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given flags.
- Flags(Flags.Flag) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given system flag.
- Flags(String) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given user flag.
- FLAGS - Static variable in class jakarta.mail.FetchProfile.Item
-
This is the Flags item.
- FLAGS_CHANGED - Static variable in class jakarta.mail.event.MessageChangedEvent
-
The message's flags changed.
- Flags.Flag - Class in jakarta.mail
-
This inner class represents an individual system flag.
- FlagTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message Flags.
- FlagTerm(Flags, boolean) - Constructor for class jakarta.mail.search.FlagTerm
-
Constructor.
- fold(int, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
- folder - Variable in class jakarta.mail.event.FolderEvent
-
The folder the event occurred on.
- folder - Variable in class jakarta.mail.Message
-
The containing folder, if this message is obtained from a folder
- Folder - Class in jakarta.mail
-
Folder is an abstract class that represents a folder for mail messages.
- Folder(Store) - Constructor for class jakarta.mail.Folder
-
Constructor that takes a Store object.
- FolderAdapter - Class in jakarta.mail.event
-
The adapter which receives Folder events.
- FolderAdapter() - Constructor for class jakarta.mail.event.FolderAdapter
-
Creates a default
FolderAdapter. - FolderClosedException - Exception in jakarta.mail
-
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
- FolderClosedException(Folder) - Constructor for exception jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException.
- FolderClosedException(Folder, String) - Constructor for exception jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message.
- FolderClosedException(Folder, String, Exception) - Constructor for exception jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message and embedded exception.
- folderCreated(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderCreated(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a Folder is created.
- folderDeleted(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderDeleted(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a folder is deleted.
- FolderEvent - Class in jakarta.mail.event
-
This class models Folder existence events.
- FolderEvent(Object, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderEvent(Object, Folder, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderListener - Interface in jakarta.mail.event
-
This is the Listener interface for Folder events.
- FolderNotFoundException - Exception in jakarta.mail
-
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
- FolderNotFoundException() - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with no detail message.
- FolderNotFoundException(Folder) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException.
- FolderNotFoundException(Folder, String) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message.
- FolderNotFoundException(Folder, String, Exception) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and embedded exception.
- FolderNotFoundException(String, Folder) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
- folderRenamed(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderRenamed(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a folder is renamed.
- format(Date, StringBuffer, FieldPosition) - Method in class jakarta.mail.internet.MailDateFormat
-
Formats the given date in the format specified by RFC 2822 in the current TimeZone.
- from() - Element in annotation type jakarta.mail.MailSessionDefinition
-
From address for the user.
- FromStringTerm - Class in jakarta.mail.search
-
This class implements string comparisons for the From Address header.
- FromStringTerm(String) - Constructor for class jakarta.mail.search.FromStringTerm
-
Constructor.
- FromTerm - Class in jakarta.mail.search
-
This class implements comparisons for the From Address header.
- FromTerm(Address) - Constructor for class jakarta.mail.search.FromTerm
-
Constructor
- fullURL - Variable in class jakarta.mail.URLName
-
The full version of the URL
G
- GE - Static variable in class jakarta.mail.search.ComparisonTerm
-
Greater than or equal to, "
>=", comparison. - generateSchema(SchemaOutputResolver) - Method in class jakarta.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- get(Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- get(String) - Method in class jakarta.activation.MimeTypeParameterList
-
Retrieve the value associated with the given name, or null if there is no current association.
- get(String) - Method in class jakarta.mail.internet.ParameterList
-
Returns the value of the specified parameter.
- get2DigitYearStart() - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
- getActor() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement. - getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAddress() - Method in class jakarta.mail.internet.InternetAddress
-
Get the email address.
- getAddress() - Method in class jakarta.mail.search.AddressTerm
-
Return the address to match with.
- getAllAttributes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributeNameobjects in thisSOAPElementobject. - getAllAttributesAsQNames() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributes in thisSOAPElementasQNameobjects. - getAllCommands() - Method in class jakarta.activation.DataHandler
-
Return all the commands for this type of data.
- getAllCommands(String) - Method in class jakarta.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands(String) - Method in class jakarta.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 jakarta.activation.CommandMap
-
Get all the available commands for this type.
- getAllHeaderLines() - Method in class jakarta.mail.internet.InternetHeaders
-
Return all the header lines as an Enumeration of Strings.
- getAllHeaderLines() - Method in class jakarta.mail.internet.MimeBodyPart
-
Get all header lines as an Enumeration of Strings.
- getAllHeaderLines() - Method in class jakarta.mail.internet.MimeMessage
-
Get all header lines as an Enumeration of Strings.
- getAllHeaderLines() - Method in interface jakarta.mail.internet.MimePart
-
Get all header lines as an Enumeration of Strings.
- getAllHeaders() - Method in class jakarta.mail.internet.InternetHeaders
-
Return all the headers as an Enumeration of
Headerobjects. - getAllHeaders() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return all the headers from this Message as an Enumeration of Header objects.
- getAllHeaders() - Method in class jakarta.mail.internet.MimeMessage
-
Return all the headers from this Message as an enumeration of Header objects.
- getAllHeaders() - Method in interface jakarta.mail.Part
-
Return all the headers from this part as an Enumeration of Header objects.
- getAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaders in thisMimeHeadersobject. - getAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all the headers for this
AttachmentPartobject as an iterator over theMimeHeaderobjects. - getAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all the headers for this
SOAPPartobject as an iterator over theMimeHeaderobjects. - getAllRecipients() - Method in class jakarta.mail.internet.MimeMessage
-
Get all the recipient addresses for the message.
- getAllRecipients() - Method in class jakarta.mail.Message
-
Get all the recipient addresses for the message.
- getAttachment(SOAPElement) - Method in class jakarta.xml.soap.SOAPMessage
-
Returns an
AttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists. - getAttachmentAsByteArray(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id,
cid, as abyte[]. - getAttachmentAsDataHandler(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id,
cid, and return as aDataHandler. - getAttachmentMarshaller() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getAttachmentMarshaller() - Method in interface jakarta.xml.bind.Marshaller
- getAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that are part of thisSOAPMessageobject. - getAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that have header entries that match the specified headers. - getAttachmentUnmarshaller() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getAttachmentUnmarshaller() - Method in interface jakarta.xml.bind.Unmarshaller
- getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration and other data that can be used by Jakarta XML Web Services runtime.
- getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange. - getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration and other data that can be used by Jakarta XML Web Services runtime.
- getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with this
HttpExchange. - getAttributeValue(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getBase64Content() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns an
InputStreamwhich can be used to obtain the content ofAttachmentPartas Base64 encoded character data, this method would base64 encode the raw bytes of the attachment and return. - getBaseType() - Method in class jakarta.activation.MimeType
-
Return a String representation of this object without the parameter list.
- getBaseType() - Method in class jakarta.mail.internet.ContentType
-
Return the MIME type string, without the parameters.
- getBean(CommandInfo) - Method in class jakarta.activation.DataHandler
-
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
- getBinding() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class jakarta.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface jakarta.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getBodyPart(int) - Method in class jakarta.mail.internet.MimeMultipart
-
Get the specified BodyPart.
- getBodyPart(int) - Method in class jakarta.mail.Multipart
-
Get the specified Part.
- getBodyPart(int) - Method in interface jakarta.mail.MultipartDataSource
-
Get the specified Part.
- getBodyPart(String) - Method in class jakarta.mail.internet.MimeMultipart
-
Get the MimeBodyPart referred to by the given ContentID (CID).
- getBuilder() - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- getByFileName(String) - Method in interface jakarta.activation.spi.MailcapRegistryProvider
-
Retrieve an instance of the MailcapRegistry based on the name of the file where the MailcapEntries are stored.
- getByFileName(String) - Method in interface jakarta.activation.spi.MimeTypeRegistryProvider
-
Retrieve an instance of the MimeTypeRegistry based on the name of the file where the MimeTypeEntries are stored.
- getByInputStream(InputStream) - Method in interface jakarta.activation.spi.MailcapRegistryProvider
-
Retrieve an instance of the MailcapRegistry based on the InputStream that is used to read data from some named resource.
- getByInputStream(InputStream) - Method in interface jakarta.activation.spi.MimeTypeRegistryProvider
-
Retrieve an instance of the MimeTypeRegistry based on the InputStream that is used to read data from some named resource.
- getBytes(InputStream) - Static method in class jakarta.mail.internet.MimeUtility
- getBytes(String) - Static method in class jakarta.mail.internet.MimeUtility
- getCause() - Method in exception jakarta.mail.MessagingException
-
Overrides the
getCausemethod ofThrowableto return the next exception in the chain of nested exceptions. - getCause() - Method in exception jakarta.xml.bind.JAXBException
- getCause() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the
Throwableobject embedded in thisSOAPExceptionif there is one. - getChildElements() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element. - getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified name. - getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified qname. - getClassName() - Method in class jakarta.mail.Provider
-
Returns the name of the class that implements the protocol.
- getColumnNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getColumnNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the column number if available
- getCommand(String) - Method in class jakarta.activation.DataHandler
-
Get the command cmdName.
- getCommand(String, String) - Method in class jakarta.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommand(String, String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the command corresponding to
cmdNamefor the MIME type. - getCommand(String, String, DataSource) - Method in class jakarta.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommandClass() - Method in class jakarta.activation.CommandInfo
-
Return the command's class name.
- getCommandName() - Method in class jakarta.activation.CommandInfo
-
Return the command verb.
- getCommandObject(DataHandler, ClassLoader) - Method in class jakarta.activation.CommandInfo
-
Return the instantiated JavaBean component.
- getComparison() - Method in class jakarta.mail.search.DateTerm
-
Return the type of comparison.
- getComparison() - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Return the type of comparison.
- getConnectTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for connect timeout.
- getContent() - Method in class jakarta.activation.DataHandler
-
Return the data in its preferred Object form.
- getContent() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return the content as a Java object.
- getContent() - Method in class jakarta.mail.internet.MimeMessage
-
Return the content as a Java object.
- getContent() - Method in interface jakarta.mail.Part
-
Return the content as a Java object.
- getContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a Java object. - getContent() - Method in class jakarta.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP
Sourceobject. - getContent(DataSource) - Method in interface jakarta.activation.DataContentHandler
-
Return an object representing the data in its most preferred form.
- getContentDescription() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves a description of this
SOAPMessageobject's content. - getContentId() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentID() - Method in class jakarta.mail.internet.MimeBodyPart
-
Returns the value of the "Content-ID" header field.
- getContentID() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the "Content-ID" header field.
- getContentID() - Method in interface jakarta.mail.internet.MimePart
-
Get the Content-ID of this part.
- getContentLanguage() - Method in class jakarta.mail.internet.MimeBodyPart
-
Get the languages specified in the Content-Language header of this MimePart.
- getContentLanguage() - Method in class jakarta.mail.internet.MimeMessage
-
Get the languages specified in the "Content-Language" header field of this message.
- getContentLanguage() - Method in interface jakarta.mail.internet.MimePart
-
Get the language tags specified in the Content-Language header of this MimePart.
- getContentLocation() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentMD5() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return the value of the "Content-MD5" header field.
- getContentMD5() - Method in class jakarta.mail.internet.MimeMessage
-
Return the value of the "Content-MD5" header field.
- getContentMD5() - Method in interface jakarta.mail.internet.MimePart
-
Get the Content-MD5 digest of this part.
- getContentStream() - Method in class jakarta.mail.internet.MimeBodyPart
-
Produce the raw bytes of the content.
- getContentStream() - Method in class jakarta.mail.internet.MimeMessage
-
Produce the raw bytes of the content.
- getContentType() - Method in class jakarta.activation.DataHandler
-
Return the MIME type of this object as retrieved from the source object.
- getContentType() - Method in interface jakarta.activation.DataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class jakarta.activation.FileDataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class jakarta.activation.URLDataSource
-
Returns the value of the URL content-type header field.
- getContentType() - Method in class jakarta.mail.internet.MimeBodyPart
-
Returns the value of the RFC 822 "Content-Type" header field.
- getContentType() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the RFC 822 "Content-Type" header field.
- getContentType() - Method in class jakarta.mail.internet.MimePartDataSource
-
Returns the content-type of this DataSource.
- getContentType() - Method in class jakarta.mail.Multipart
-
Return the content-type of this Multipart.
- getContentType() - Method in interface jakarta.mail.Part
-
Returns the Content-Type of the content of this part.
- getContentType() - Method in class jakarta.mail.util.ByteArrayDataSource
-
Get the MIME content type of the data.
- getContentType() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContentType(File) - Method in class jakarta.activation.FileTypeMap
-
Return the type of the file object.
- getContentType(File) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Return the MIME type of the file object.
- getContentType(String) - Method in class jakarta.activation.FileTypeMap
-
Return the type of the file passed in.
- getContentType(String) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Return the MIME type based on the specified file name.
- getContext() - Method in interface jakarta.xml.ws.Response
-
Gets the contained response context.
- getContextPath() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getCount() - Method in class jakarta.mail.internet.MimeMultipart
-
Return the number of enclosed BodyPart objects.
- getCount() - Method in class jakarta.mail.Multipart
-
Return the number of enclosed BodyPart objects.
- getCount() - Method in interface jakarta.mail.MultipartDataSource
-
Return the number of enclosed BodyPart objects.
- getDataHandler() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return a DataHandler for this body part's content.
- getDataHandler() - Method in class jakarta.mail.internet.MimeMessage
-
Return a DataHandler for this Message's content.
- getDataHandler() - Method in interface jakarta.mail.Part
-
Return a DataHandler for the content within this part.
- getDataHandler() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the
DataHandlerobject for thisAttachmentPartobject. - getDataSource() - Method in class jakarta.activation.DataHandler
-
Return the DataSource associated with this instance of DataHandler.
- getDate() - Method in class jakarta.mail.search.DateTerm
-
Return the Date to compare with.
- getDebug() - Method in class jakarta.mail.Session
-
Get the debug setting for this Session.
- getDebugOut() - Method in class jakarta.mail.Session
-
Returns the stream to be used for debugging output.
- getDeclaredType() - Method in class jakarta.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDefaultCommandMap() - Static method in class jakarta.activation.CommandMap
-
Get the default CommandMap.
- getDefaultFileTypeMap() - Static method in class jakarta.activation.FileTypeMap
-
Return the default FileTypeMap for the system.
- getDefaultFolder() - Method in class jakarta.mail.Store
-
Returns a Folder object that represents the 'root' of the default namespace presented to the user by the Store.
- getDefaultInstance(Properties) - Static method in class jakarta.mail.Session
-
Get the default Session object.
- getDefaultInstance(Properties, Authenticator) - Static method in class jakarta.mail.Session
-
Get the default Session object.
- getDefaultJavaCharset() - Static method in class jakarta.mail.internet.MimeUtility
-
Get the default charset corresponding to the system's current default locale.
- getDefaultUserName() - Method in class jakarta.mail.Authenticator
- getDeletedMessageCount() - Method in class jakarta.mail.Folder
-
Get the number of deleted messages in this Folder.
- getDescription() - Method in class jakarta.mail.internet.MimeBodyPart
-
Returns the "Content-Description" header field of this body part.
- getDescription() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the "Content-Description" header field of this Message.
- getDescription() - Method in interface jakarta.mail.Part
-
Return a description String for this part.
- getDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional detail element for this
SOAPFaultobject. - getDetailEntries() - Method in interface jakarta.xml.soap.Detail
-
Gets an Iterator over all of the
DetailEntrys in thisDetailobject. - getDisposition() - Method in class jakarta.mail.internet.ContentDisposition
-
Return the disposition value.
- getDisposition() - Method in class jakarta.mail.internet.MimeBodyPart
-
Returns the disposition from the "Content-Disposition" header field.
- getDisposition() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the disposition from the "Content-Disposition" header field.
- getDisposition() - Method in interface jakarta.mail.Part
-
Return the disposition of this part.
- getElement(DOMResult) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- getElement(ResultT) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
Once the portion is sent to the
Result. - getElementName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the name of this
SOAPElementobject. - getElementName(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
-
Get xml element qname for
jaxbElement. - getElementQName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the qname of this
SOAPElementobject. - getEncoder() - Method in enum jakarta.mail.util.StreamProvider.EncoderTypes
- getEncoding() - Method in interface jakarta.mail.EncodingAware
-
Return the MIME Content-Transfer-Encoding to use for this data, or null to indicate that an appropriate value should be chosen by the caller.
- getEncoding() - Method in class jakarta.mail.internet.MimeBodyPart
-
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
- getEncoding() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
- getEncoding() - Method in interface jakarta.mail.internet.MimePart
-
Get the transfer encoding of this part.
- getEncoding() - Method in class jakarta.mail.internet.PreencodedMimeBodyPart
-
Returns the content transfer encoding specified when this object was created.
- getEncoding() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncoding(DataHandler) - Static method in class jakarta.mail.internet.MimeUtility
-
Same as
getEncoding(DataSource)except that instead of reading the data from anInputStreamit uses thewriteTomethod to examine the data. - getEncoding(DataSource) - Static method in class jakarta.mail.internet.MimeUtility
-
Get the Content-Transfer-Encoding that should be applied to the input stream of this DataSource, to make it mail-safe.
- getEncodingStyle() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the encoding style for this
SOAPElementobject. - getEndpointReference() - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>) - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the
EndpointReferenceassociated with thisBindingProviderinstance. - getEndpointReference(Class<T>, Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Class<T>, Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
EndpointReferenceassociated with this endpoint. - getEndpointReference(Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the
EndpointReferenceassociated with thisEndpointinstance. - getEndpointReference(Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
EndpointReferencefor this endpoint. - getEndpoints() - Method in class jakarta.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEnvelope() - Method in class jakarta.xml.soap.SOAPPart
-
Gets the
SOAPEnvelopeobject associated with thisSOAPPartobject. - getErrorCode() - Method in exception jakarta.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getEventHandler() - Method in class jakarta.xml.bind.Binder
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEvents() - Method in class jakarta.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 jakarta.xml.ws.Endpoint
-
Returns the executor for this
Endpointinstance. - getExecutor() - Method in class jakarta.xml.ws.Service
-
Returns the executor for this
Serviceinstance. - getExecutor() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns the executor for this
Serviceinstance. - getFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFault() - Method in exception jakarta.xml.ws.soap.SOAPFaultException
-
Gets the embedded
SOAPFaultinstance. - getFaultActor() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault actor for this
SOAPFaultobject. - getFaultCode() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject. - getFaultCodeAsName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFaultobject as a SAAJNameobject. - getFaultCodeAsQName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject as aQNameobject. - getFaultNode() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFaultobject. - getFaultReasonLocales() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a distinct sequence ofLocales for which there are associated Reason Text items. - getFaultReasonText(Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given
Locale. - getFaultReasonTexts() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a sequence ofStringobjects containing all of the Reason Text items for thisSOAPFault. - getFaultRole() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFaultobject. - getFaultString() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault string for this
SOAPFaultobject. - getFaultStringLocale() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the locale of the fault string for this
SOAPFaultobject. - getFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the Subcodes for this
SOAPFaultas an iterator overQNames. - getFile() - Method in class jakarta.activation.FileDataSource
-
Return the File object that corresponds to this FileDataSource.
- getFile() - Method in class jakarta.mail.URLName
-
Returns the file name of this URLName.
- getFileExtension() - Method in class jakarta.activation.MimeTypeEntry
-
Get the file extension
- getFileName() - Method in class jakarta.mail.internet.MimeBodyPart
-
Get the filename associated with this body part.
- getFileName() - Method in class jakarta.mail.internet.MimeMessage
-
Get the filename associated with this Message.
- getFileName() - Method in interface jakarta.mail.Part
-
Get the filename associated with this part, if possible.
- getFlags() - Method in class jakarta.mail.internet.MimeMessage
-
Return a
Flagsobject containing the flags for this message. - getFlags() - Method in class jakarta.mail.Message
-
Returns a
Flagsobject containing the flags for this message. - getFlags() - Method in class jakarta.mail.search.FlagTerm
-
Return the Flags to test.
- getFolder() - Method in class jakarta.mail.event.FolderEvent
-
Return the affected folder.
- getFolder() - Method in exception jakarta.mail.FolderClosedException
-
Returns the dead Folder object
- getFolder() - Method in exception jakarta.mail.FolderNotFoundException
-
Returns the offending Folder object.
- getFolder() - Method in class jakarta.mail.Message
-
Get the folder from which this message was obtained.
- getFolder() - Method in exception jakarta.mail.ReadOnlyFolderException
-
Returns the Folder object.
- getFolder(URLName) - Method in class jakarta.mail.Session
-
Get a closed Folder object for the given URLName.
- getFolder(URLName) - Method in class jakarta.mail.Store
-
Return a closed Folder object, corresponding to the given URLName.
- getFolder(String) - Method in class jakarta.mail.Folder
-
Return the Folder object corresponding to the given name.
- getFolder(String) - Method in class jakarta.mail.Store
-
Return the Folder object corresponding to the given name.
- getFrom() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the RFC 822 "From" header fields.
- getFrom() - Method in class jakarta.mail.Message
-
Returns the "From" attribute.
- getFullName() - Method in class jakarta.mail.Folder
-
Returns the full name of this Folder.
- getGroup(boolean) - Method in class jakarta.mail.internet.InternetAddress
-
Return the members of a group address.
- getHandlerChain() - Method in interface jakarta.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface jakarta.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerResolver() - Method in class jakarta.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- getHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPHeaderobject for thisSOAPEnvelopeobject. - getHeader(String) - Method in class jakarta.mail.internet.InternetHeaders
-
Return all the values for the specified header.
- getHeader(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Get all the headers for this header_name.
- getHeader(String) - Method in class jakarta.mail.internet.MimeMessage
-
Get all the headers for this header_name.
- getHeader(String) - Method in interface jakarta.mail.Part
-
Get all the headers for this header name.
- getHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
Stringobjects. - getHeader(String, String) - Method in class jakarta.mail.internet.InternetHeaders
-
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
- getHeader(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
- getHeader(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
- getHeader(String, String) - Method in interface jakarta.mail.internet.MimePart
-
Get the values of all header fields available for this header, returned as a single String, with the values separated by the delimiter.
- getHeaderName() - Method in class jakarta.mail.search.HeaderTerm
-
Return the name of the header to compare with.
- getHeaderNames() - Method in class jakarta.mail.FetchProfile
-
Get the names of the header-fields set in this profile.
- getHeaders() - Method in interface jakarta.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the message context.
- getHost() - Method in class jakarta.mail.internet.NewsAddress
-
Get the host.
- getHost() - Method in class jakarta.mail.URLName
-
Returns the host of this URLName.
- getHttpContext() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a
HttpContextfor this exchange. - getHumanPresentableName() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the Human Presentable name.
- getID() - Method in class jakarta.xml.ws.RespectBindingFeature
- getID() - Method in class jakarta.xml.ws.soap.AddressingFeature
- getID() - Method in class jakarta.xml.ws.soap.MTOMFeature
- getID() - Method in class jakarta.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIgnoreCase() - Method in class jakarta.mail.search.StringTerm
-
Return true if we should ignore case when matching.
- getImplementor() - Method in class jakarta.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getInMemory() - Method in interface jakarta.activation.spi.MailcapRegistryProvider
-
Retrieve an instance of the in-memory implementation of the MailcapRegistry.
- getInMemory() - Method in interface jakarta.activation.spi.MimeTypeRegistryProvider
-
Retrieve an instance of the in-memory implementation of the MimeTypeRegistry.
- getInputStream() - Method in class jakarta.activation.DataHandler
-
Get the InputStream for this object.
- getInputStream() - Method in interface jakarta.activation.DataSource
-
This method returns an
InputStreamrepresenting the data and throws the appropriate exception if it can not do so. - getInputStream() - Method in class jakarta.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 jakarta.activation.URLDataSource
-
The getInputStream method from the URL.
- getInputStream() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return a decoded input stream for this body part's "content".
- getInputStream() - Method in class jakarta.mail.internet.MimeMessage
-
Return a decoded input stream for this Message's "content".
- getInputStream() - Method in class jakarta.mail.internet.MimePartDataSource
-
Returns an input stream from this MimePart.
- getInputStream() - Method in interface jakarta.mail.Part
-
Return an input stream for this part's "content".
- getInputStream() - Method in class jakarta.mail.util.ByteArrayDataSource
-
Return an InputStream for the data.
- getInstance(Properties) - Static method in class jakarta.mail.Session
-
Get a new Session object.
- getInstance(Properties, Authenticator) - Static method in class jakarta.mail.Session
-
Get a new Session object.
- getInvalidAddresses() - Method in class jakarta.mail.event.TransportEvent
-
Return the addresses to which this message could not be sent.
- getInvalidAddresses() - Method in exception jakarta.mail.SendFailedException
-
Return the addresses to which this message could not be sent.
- getItems() - Method in class jakarta.mail.FetchProfile
-
Get the items set in this profile.
- getJavaEncoding(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJAXBNode(XmlNode) - Method in class jakarta.xml.bind.Binder
-
Gets the Jakarta XML Binding object associated with the given XML element.
- getLineCount() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return the number of lines for the content of this Part.
- getLineCount() - Method in class jakarta.mail.internet.MimeMessage
-
Return the number of lines for the content of this message.
- getLineCount() - Method in interface jakarta.mail.Part
-
Return the number of lines in the content of this part.
- getLineNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getLineNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLinkedException() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getLinkedException() - Method in exception jakarta.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getListener() - Method in interface jakarta.xml.bind.Marshaller
-
Return
Marshaller.Listenerregistered with thisMarshaller. - getListener() - Method in interface jakarta.xml.bind.Unmarshaller
-
Return
Unmarshaller.Listenerregistered with thisUnmarshaller. - getLocalAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocalAddress(Session) - Static method in class jakarta.mail.internet.InternetAddress
-
Return an InternetAddress object representing the current user.
- getLocalName() - Method in interface jakarta.xml.soap.Name
-
Gets the local name part of the XML name that this
Nameobject represents. - getLocator() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getMailcapFallbackList(String) - Method in interface jakarta.activation.MailcapRegistry
-
Get the Map of fallback MailcapEntries based on the MIME type.
- getMailcapList(String) - Method in interface jakarta.activation.MailcapRegistry
-
Get the Map of MailcapEntries based on the MIME type.
- getMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.InternetHeaders
-
Return all matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.MimeBodyPart
-
Get matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Get matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) - Method in interface jakarta.mail.internet.MimePart
-
Get matching header lines as an Enumeration of Strings.
- getMatchingHeaders(String[]) - Method in class jakarta.mail.internet.InternetHeaders
-
Return all matching
Headerobjects. - getMatchingHeaders(String[]) - Method in class jakarta.mail.internet.MimeBodyPart
-
Return matching headers from this Message as an Enumeration of Header objects.
- getMatchingHeaders(String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Return matching headers from this Message as an Enumeration of Header objects.
- getMatchingHeaders(String[]) - Method in interface jakarta.mail.Part
-
Return matching headers from this part as an Enumeration of Header objects.
- getMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaderobjects whose name matches a name in the given array of names. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMessage() - Method in class jakarta.mail.event.MessageChangedEvent
-
Return the changed Message.
- getMessage() - Method in class jakarta.mail.event.StoreEvent
-
Get the message from the Store.
- getMessage() - Method in class jakarta.mail.event.TransportEvent
-
Get the Message object associated with this Transport Event.
- getMessage() - Method in class jakarta.mail.MessageContext
-
Return the Message that contains the content.
- getMessage() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the detail message for this
SOAPExceptionobject. - getMessage() - Method in interface jakarta.xml.ws.handler.LogicalMessageContext
-
Gets the message from this message context
- getMessage() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets the
SOAPMessagefrom this message context. - getMessage(int) - Method in class jakarta.mail.Folder
-
Get the Message object corresponding to the given message number.
- getMessageByUID(long) - Method in interface jakarta.mail.UIDFolder
-
Get the Message corresponding to the given UID.
- getMessageChangeType() - Method in class jakarta.mail.event.MessageChangedEvent
-
Return the type of this event.
- getMessageContext() - Method in class jakarta.mail.internet.MimePartDataSource
-
Return the
MessageContextfor the current part. - getMessageContext() - Method in interface jakarta.mail.MessageAware
-
Return the message context.
- getMessageContext() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the
MessageContextfor the request being served at the time this method is called. - getMessageCount() - Method in class jakarta.mail.Folder
-
Get total number of messages in this Folder.
- getMessageFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the Jakarta SOAP with Attachments'
MessageFactoryinstance used by this SOAP binding. - getMessageID() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the "Message-ID" header field.
- getMessageNumber() - Method in class jakarta.mail.Message
-
Get the Message number for this Message.
- getMessages() - Method in class jakarta.mail.event.MessageCountEvent
-
Return the array of messages added or removed.
- getMessages() - Method in class jakarta.mail.Folder
-
Get all Message objects from this Folder.
- getMessages(int[]) - Method in class jakarta.mail.Folder
-
Get the Message objects for message numbers specified in the array.
- getMessages(int, int) - Method in class jakarta.mail.Folder
-
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
- getMessagesByUID(long[]) - Method in interface jakarta.mail.UIDFolder
-
Get the Messages specified by the given array of UIDs.
- getMessagesByUID(long, long) - Method in interface jakarta.mail.UIDFolder
-
Get the Messages specified by the given range.
- getMessageType() - Method in class jakarta.mail.event.StoreEvent
-
Return the type of this event.
- getMetadata() - Method in class jakarta.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String. - getMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Gets all the values of the
MimeHeaderobject in thisSOAPPartobject that is identified by the givenString. - getMimeHeaders() - Method in class jakarta.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this
SOAPMessageobject in a transport-independent fashion. - getMimeType() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the MIME type for this ActivationDataFlavor.
- getMIMEType() - Method in class jakarta.activation.MimeTypeEntry
-
Get MIME type string
- getMimeTypeEntry(String) - Method in interface jakarta.activation.MimeTypeRegistry
-
get the MimeTypeEntry based on the file extension
- getMimeTypes() - Method in class jakarta.activation.CommandMap
-
Get all the MIME types known to this command map.
- getMimeTypes() - Method in class jakarta.activation.MailcapCommandMap
-
Get all the MIME types known to this command map.
- getMimeTypes() - Method in interface jakarta.activation.MailcapRegistry
-
Return all the MIME types known to this mailcap file.
- getMIMETypeString(String) - Method in interface jakarta.activation.MimeTypeRegistry
-
Get the MIME type string corresponding to the file extension.
- getMode() - Method in class jakarta.mail.Folder
-
Return the open mode of this folder.
- getMustUnderstand() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement. - getName() - Method in class jakarta.activation.DataHandler
-
Return the name of the data object.
- getName() - Method in interface jakarta.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 jakarta.activation.FileDataSource
-
Return the name of this object.
- getName() - Method in class jakarta.activation.URLDataSource
-
Calls the
getFilemethod on the URL used to instantiate the object. - getName() - Method in class jakarta.mail.Folder
-
Returns the name of this Folder.
- getName() - Method in class jakarta.mail.Header
-
Returns the name of this header.
- getName() - Method in class jakarta.mail.internet.MimePartDataSource
-
DataSource method to return a name.
- getName() - Method in class jakarta.mail.util.ByteArrayDataSource
-
Get the name of the data.
- getName() - Method in class jakarta.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getName() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the name of this
MimeHeaderobject. - getNames() - Method in class jakarta.activation.MimeTypeParameterList
-
Retrieve an enumeration of all the names in this list.
- getNames() - Method in class jakarta.mail.internet.ParameterList
-
Return an enumeration of the names of all parameters in this list.
- getNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings declared by this element. - getNamespaceURI(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNativeCommands(String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the native commands for the given MIME type.
- getNativeCommands(String) - Method in interface jakarta.activation.MailcapRegistry
-
Return all the native comands for the given MIME type.
- getNewFolder() - Method in class jakarta.mail.event.FolderEvent
-
If this event indicates that a folder is renamed, (i.e, the event type is RENAMED), then this method returns the Folder object representing the new name.
- getNewMessageCount() - Method in class jakarta.mail.Folder
-
Get the number of new messages in this Folder.
- getNewsgroup() - Method in class jakarta.mail.internet.NewsAddress
-
Get the newsgroup.
- getNextException() - Method in exception jakarta.mail.MessagingException
-
Get the next exception chained to this one.
- getNode() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getNode() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw an
UnsupportedOperationException. - getNode(Object) - Method in interface jakarta.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNonMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.InternetHeaders
-
Return all non-matching header lines
- getNonMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.MimeBodyPart
-
Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaderLines(String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaderLines(String[]) - Method in interface jakarta.mail.internet.MimePart
-
Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaders(String[]) - Method in class jakarta.mail.internet.InternetHeaders
-
Return all non-matching
Headerobjects. - getNonMatchingHeaders(String[]) - Method in class jakarta.mail.internet.MimeBodyPart
-
Return non-matching headers from this Message as an Enumeration of Header objects.
- getNonMatchingHeaders(String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Return non-matching headers from this Message as an Enumeration of Header objects.
- getNonMatchingHeaders(String[]) - Method in interface jakarta.mail.Part
-
Return non-matching headers from this envelope as an Enumeration of Header objects.
- getNonMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the
MimeHeaderobjects whose name does not match a name in the given array of names. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNoNSSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getNumber() - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Return the number to compare with.
- getObject() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getOffset() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getOutputStream() - Method in class jakarta.activation.DataHandler
-
Get an OutputStream for this DataHandler to allow overwriting the underlying data.
- getOutputStream() - Method in interface jakarta.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 jakarta.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 jakarta.activation.URLDataSource
-
The getOutputStream method from the URL.
- getOutputStream() - Method in class jakarta.mail.internet.MimePartDataSource
-
DataSource method to return an output stream.
- getOutputStream() - Method in class jakarta.mail.util.ByteArrayDataSource
-
Return an OutputStream for the data.
- getParameter(String) - Method in class jakarta.activation.MimeType
-
Retrieve the value associated with the given name, or null if there is no current association.
- getParameter(String) - Method in class jakarta.mail.internet.ContentDisposition
-
Return the specified parameter value.
- getParameter(String) - Method in class jakarta.mail.internet.ContentType
-
Return the specified parameter value.
- getParameterList() - Method in class jakarta.mail.internet.ContentDisposition
-
Return a ParameterList object that holds all the available parameters.
- getParameterList() - Method in class jakarta.mail.internet.ContentType
-
Return a ParameterList object that holds all the available parameters.
- getParameters() - Method in class jakarta.activation.MimeType
-
Retrieve this object's parameter list.
- getParent() - Method in class jakarta.mail.BodyPart
-
Return the containing
Multipartobject, ornullif not known. - getParent() - Method in class jakarta.mail.Folder
-
Returns the parent folder of this folder.
- getParent() - Method in class jakarta.mail.Multipart
-
Return the
Partthat contains thisMultipartobject, ornullif not known. - getParentElement() - Method in interface jakarta.xml.soap.Node
-
Returns the parent element of this
Nodeobject. - getPart() - Method in class jakarta.mail.MessageContext
-
Return the Part that contains the content.
- getPassword() - Method in class jakarta.mail.PasswordAuthentication
- getPassword() - Method in class jakarta.mail.URLName
-
Returns the password of this URLName.
- getPasswordAuthentication() - Method in class jakarta.mail.Authenticator
-
Called when password authentication is needed.
- getPasswordAuthentication(URLName) - Method in class jakarta.mail.Session
-
Return any saved PasswordAuthentication for this (store or transport) URLName.
- getPath() - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- getPathInfo() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the extra path information that follows the web service path but precedes the query string in the request URI and will start with a "/" character.
- getPattern() - Method in class jakarta.mail.search.StringTerm
-
Return the string to match with.
- getPayload() - Method in interface jakarta.xml.ws.LogicalMessage
-
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a new
Sourcethat may be used to retrieve the entire message payload. - getPayload(JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
-
Gets the message payload as a Jakarta XML Binding object.
- getPermanentFlags() - Method in class jakarta.mail.Folder
-
Get the permanent flags supported by this Folder.
- getPersonal() - Method in class jakarta.mail.internet.InternetAddress
-
Get the personal name.
- getPersonalNamespaces() - Method in class jakarta.mail.Store
-
Return a set of folders representing the personal namespaces for the current user.
- getPort() - Method in class jakarta.mail.URLName
-
Returns the port number of this URLName.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
The getPort method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(Class<T>) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.EndpointReference
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The
getPortmethod returns a proxy. - getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The
getPortmethod returns a proxy. - getPortName() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL port being accessed.
- getPorts() - Method in class jakarta.xml.ws.Service
-
Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPorts() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns an
Iteratorfor the list ofQNames of service endpoints grouped by this service - getPos() - Method in exception jakarta.mail.internet.AddressException
-
Get the position with the reference string where the error was detected (-1 if not relevant).
- getPosition() - Method in interface jakarta.mail.internet.SharedInputStream
-
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
- getPosition() - Method in class jakarta.mail.util.SharedByteArrayInputStream
-
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
- getPosition() - Method in class jakarta.mail.util.SharedFileInputStream
-
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
- getPreamble() - Method in class jakarta.mail.internet.MimeMultipart
-
Get the preamble text, if any, that appears before the first body part of this multipart.
- getPreferredCommands() - Method in class jakarta.activation.DataHandler
-
Return the preferred commands for this type of data.
- getPreferredCommands(String) - Method in class jakarta.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPreferredCommands(String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the preferred command list for a MIME Type.
- getPreferredCommands(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPrefix() - Method in interface jakarta.xml.soap.Name
-
Returns the prefix that was specified when this
Nameobject was initialized. - getPrimaryType() - Method in class jakarta.activation.MimeType
-
Retrieve the primary type of this object.
- getPrimaryType() - Method in class jakarta.mail.internet.ContentType
-
Return the primary type.
- getProperties() - Method in class jakarta.mail.Session
-
Returns the Properties object associated with this Session
- getProperties() - Method in class jakarta.xml.ws.Endpoint
-
Returns the property bag for this
Endpointinstance. - getProperty(String) - Method in class jakarta.mail.Session
-
Returns the value of the specified property.
- getProperty(String) - Method in class jakarta.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder. - getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles the four defined properties in Marshaller.
- getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
- getProperty(String) - Method in interface jakarta.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller. - getProperty(String) - Method in interface jakarta.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller. - getProperty(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getProtocol() - Method in class jakarta.mail.Provider
-
Returns the protocol supported by this Provider.
- getProtocol() - Method in class jakarta.mail.URLName
-
Returns the protocol of this URLName.
- getProtocol() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form protocol/majorVersion.minorVersion.
- getProvider(String) - Method in class jakarta.mail.Session
-
Returns the default Provider for the protocol specified.
- getProviders() - Method in class jakarta.mail.Session
-
This method returns an array of all the implementations installed via the javamail.[default.]providers files that can be loaded using the ClassLoader available to this application.
- getQualifiedName() - Method in interface jakarta.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Nameobject represents. - getQueryString() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI after the path.
- getQuota(String) - Method in interface jakarta.mail.QuotaAwareStore
-
Get the quotas for the named folder.
- getRawContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as an InputStream as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getRawContentBytes() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a byte[] array as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getRawInputStream() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
- getRawInputStream() - Method in class jakarta.mail.internet.MimeMessage
-
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
- getReadTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for read timeout.
- getReceivedDate() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the Date on this message was received.
- getReceivedDate() - Method in class jakarta.mail.Message
-
Get the date this message was received.
- getRecipients(Message.RecipientType) - Method in class jakarta.mail.internet.MimeMessage
-
Returns the recepients specified by the type.
- getRecipients(Message.RecipientType) - Method in class jakarta.mail.Message
-
Get all the recipient addresses of the given type.
- getRecipientType() - Method in class jakarta.mail.search.RecipientStringTerm
-
Return the type of recipient to match with.
- getRecipientType() - Method in class jakarta.mail.search.RecipientTerm
-
Return the type of recipient to match with.
- getRef() - Method in exception jakarta.mail.internet.AddressException
-
Get the string that was being parsed when the error was detected (null if not relevant).
- getRef() - Method in class jakarta.mail.URLName
-
Returns the reference of this URLName.
- getRelay() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement - getRemainder() - Method in class jakarta.mail.internet.HeaderTokenizer
-
Return the rest of the Header.
- getRemoteAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the unresolved address of the remote entity invoking this request.
- getReplyTo() - Method in class jakarta.mail.internet.MimeMessage
-
Return the value of the RFC 822 "Reply-To" header field.
- getReplyTo() - Method in class jakarta.mail.Message
-
Get the addresses to which replies should be directed.
- getRepresentationClass() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the representation class.
- getRequestBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a stream from which the request body can be read.
- getRequestContext() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context for request messages.
- getRequestHeader(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the value of the specified request header.
- getRequestHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns an immutable Map containing the HTTP headers that were included with this request.
- getRequestingPort() - Method in class jakarta.mail.Authenticator
- getRequestingPrompt() - Method in class jakarta.mail.Authenticator
- getRequestingProtocol() - Method in class jakarta.mail.Authenticator
-
Give the protocol that's requesting the connection.
- getRequestingSite() - Method in class jakarta.mail.Authenticator
- getRequestMethod() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Get the HTTP request method
- getRequestURI() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the part of the request's URI from the protocol name up to the query string in the first line of the HTTP request.
- getResponseBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a stream to which the response body must be written.
- getResponseContext() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getResponseHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
- getResponses() - Method in class jakarta.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.
- getResult() - Method in interface jakarta.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class jakarta.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getResult() - Method in class jakarta.xml.soap.SAAJResult
-
Gets the resulting Tree that was created under the specified root Node.
- getRole() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement. - getRoles() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution of the handler chain.
- getRoles() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the roles played by the SOAP binding instance.
- getSchema() - Method in class jakarta.xml.bind.Binder
-
Gets the last
Schemaobject (including null) set by theBinder.setSchema(Schema)method. - getSchema() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getSchema() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getSchema() - Method in interface jakarta.xml.bind.Marshaller
-
Get the JAXP
Schemaobject being used to perform marshal-time validation. - getSchema() - Method in interface jakarta.xml.bind.Unmarshaller
-
Get the JAXP
Schemaobject being used to perform unmarshal-time validation. - getSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getScheme() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the name of the scheme used to make this request, for example: http, or https.
- getScope() - Method in class jakarta.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getScope(String) - Method in interface jakarta.xml.ws.handler.MessageContext
-
Gets the scope of a property.
- getSender() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the RFC 822 "Sender" header field.
- getSentDate() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the RFC 822 "Date" field.
- getSentDate() - Method in class jakarta.mail.Message
-
Get the date this message was sent.
- getSeparator() - Method in class jakarta.mail.Folder
-
Return the delimiter character that separates this Folder's pathname from the names of immediate subfolders.
- getServiceName() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL service name containing the port being accessed.
- getServiceName() - Method in class jakarta.xml.ws.Service
-
Gets the name of this service.
- getServiceName() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Gets the name of this service.
- getSession() - Method in class jakarta.mail.Message
-
Return the Session used when this message was created.
- getSession() - Method in class jakarta.mail.MessageContext
-
Return the Session we're operating in.
- getSeverity() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getSeverity() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- getSharedNamespaces() - Method in class jakarta.mail.Store
-
Return a set of folders representing the shared namespaces.
- getSize() - Method in class jakarta.mail.internet.MimeBodyPart
-
Return the size of the content of this body part in bytes.
- getSize() - Method in class jakarta.mail.internet.MimeMessage
-
Return the size of the content of this message in bytes.
- getSize() - Method in interface jakarta.mail.Part
-
Return the size of the content of this part in bytes.
- getSize() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns the number of bytes in this
AttachmentPartobject. - getSOAPBody() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this
SOAPMessageobject. - getSOAPFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the Jakarta SOAP with Attachments'
SOAPFactoryinstance used by this SOAP binding. - getSOAPHeader() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this
SOAPMessageobject. - getSOAPPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP part of this
SOAPMessageobject. - getStatusCode() - Method in exception jakarta.xml.ws.http.HTTPException
-
Gets the HTTP status code.
- getStore() - Method in class jakarta.mail.Folder
-
Returns the Store that owns this Folder object.
- getStore() - Method in class jakarta.mail.Session
-
Get a Store object that implements this user's desired Store protocol.
- getStore() - Method in exception jakarta.mail.StoreClosedException
-
Returns the dead Store object.
- getStore(Provider) - Method in class jakarta.mail.Session
-
Get an instance of the store specified by Provider.
- getStore(URLName) - Method in class jakarta.mail.Session
-
Get a Store object for the given URLName.
- getStore(String) - Method in class jakarta.mail.Session
-
Get a Store object that implements the specified protocol.
- getStreamProvider() - Method in class jakarta.mail.Session
-
Get the stream provider instance of the session.
- getSubject() - Method in class jakarta.mail.internet.MimeMessage
-
Returns the value of the "Subject" header field.
- getSubject() - Method in class jakarta.mail.Message
-
Get the subject of this message.
- getSubType() - Method in class jakarta.activation.MimeType
-
Retrieve the subtype of this object.
- getSubType() - Method in class jakarta.mail.internet.ContentType
-
Return the subType.
- getSystemFlags() - Method in class jakarta.mail.Flags
-
Return all the system flags in this Flags object.
- getTerm() - Method in class jakarta.mail.search.NotTerm
-
Return the term to negate.
- getTerms() - Method in class jakarta.mail.search.AndTerm
-
Return the search terms.
- getTerms() - Method in class jakarta.mail.search.OrTerm
-
Return the search terms.
- getTestSet() - Method in class jakarta.mail.search.FlagTerm
-
Return true if testing whether the flags are set.
- getThreshold() - Method in class jakarta.xml.ws.soap.MTOMFeature
-
Gets the threshold value used to determine when binary data should be sent as an attachment.
- getTransferData(ActivationDataFlavor) - Method in class jakarta.activation.DataHandler
-
Returns an object that represents the data to be transferred.
- getTransferData(ActivationDataFlavor, DataSource) - Method in interface jakarta.activation.DataContentHandler
-
Returns an object which represents the data to be transferred.
- getTransferDataFlavors() - Method in interface jakarta.activation.DataContentHandler
-
Returns an array of ActivationDataFlavor objects indicating the flavors the data can be provided in.
- getTransferDataFlavors() - Method in class jakarta.activation.DataHandler
-
Return the ActivationDataFlavors in which this data is available.
- getTransport() - Method in class jakarta.mail.Session
-
Get a Transport object that implements this user's desired Transport protcol.
- getTransport(Address) - Method in class jakarta.mail.Session
-
Get a Transport object that can transport a Message of the specified address type.
- getTransport(Provider) - Method in class jakarta.mail.Session
-
Get an instance of the transport specified in the Provider.
- getTransport(URLName) - Method in class jakarta.mail.Session
-
Get a Transport object for the given URLName.
- getTransport(String) - Method in class jakarta.mail.Session
-
Get a Transport object that implements the specified protocol.
- getType() - Method in class jakarta.mail.Address
-
Return a type string that identifies this address type.
- getType() - Method in class jakarta.mail.event.ConnectionEvent
-
Return the type of this event
- getType() - Method in class jakarta.mail.event.FolderEvent
-
Return the type of this event.
- getType() - Method in class jakarta.mail.event.MessageCountEvent
-
Return the type of this event.
- getType() - Method in class jakarta.mail.event.TransportEvent
-
Return the type of this event.
- getType() - Method in class jakarta.mail.Folder
-
Returns the type of this Folder, that is, whether this folder can hold messages or subfolders or both.
- getType() - Method in class jakarta.mail.internet.HeaderTokenizer.Token
-
Return the type of the token.
- getType() - Method in class jakarta.mail.internet.InternetAddress
-
Return the type of this address.
- getType() - Method in class jakarta.mail.internet.NewsAddress
-
Return the type of this address.
- getType() - Method in class jakarta.mail.Provider
-
Returns the type of this Provider.
- getUID(Message) - Method in interface jakarta.mail.UIDFolder
-
Get the UID for the specified message.
- getUIDNext() - Method in interface jakarta.mail.UIDFolder
-
Returns the predicted UID that will be assigned to the next message that is appended to this folder.
- getUIDValidity() - Method in interface jakarta.mail.UIDFolder
-
Returns the UIDValidity value associated with this folder.
- getUnmarshallerHandler() - Method in interface jakarta.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
- getUnreadMessageCount() - Method in class jakarta.mail.Folder
-
Get the total number of unread messages in this Folder.
- getURI() - Method in interface jakarta.xml.soap.Name
-
Returns the URI of the namespace for the XML name that this
Nameobject represents. - getURL() - Method in class jakarta.activation.URLDataSource
-
Return the URL used to create this DataSource.
- getURL() - Method in class jakarta.mail.URLName
-
Constructs a URL from the URLName.
- getURL() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getURL() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- getURLName() - Method in class jakarta.mail.Folder
-
Return a URLName representing this folder.
- getURLName() - Method in class jakarta.mail.Service
-
Return a URLName representing this service.
- getUserFlags() - Method in class jakarta.mail.Flags
-
Return all the user flags in this Flags object.
- getUsername() - Method in class jakarta.mail.URLName
-
Returns the user name of this URLName.
- getUserName() - Method in class jakarta.mail.PasswordAuthentication
- getUserNamespaces(String) - Method in class jakarta.mail.Store
-
Return a set of folders representing the namespaces for
user. - getUserPrincipal() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the
Principalthat represents the authenticated user for thisHttpExchange. - getUserPrincipal() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender of the request currently being serviced.
- getValidSentAddresses() - Method in class jakarta.mail.event.TransportEvent
-
Return the addresses to which this message was sent succesfully.
- getValidSentAddresses() - Method in exception jakarta.mail.SendFailedException
-
Return the addresses to which this message was sent succesfully.
- getValidUnsentAddresses() - Method in class jakarta.mail.event.TransportEvent
-
Return the addresses that are valid but to which this message was not sent.
- getValidUnsentAddresses() - Method in exception jakarta.mail.SendFailedException
-
Return the addresses that are valid but to which this message was not sent.
- getValue() - Method in class jakarta.mail.Header
-
Returns the value of this header.
- getValue() - Method in class jakarta.mail.internet.HeaderTokenizer.Token
-
Returns the value of the token just read.
- getValue() - Method in class jakarta.mail.internet.InternetHeaders.InternetHeader
-
Return the "value" part of the header line.
- getValue() - Method in class jakarta.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the value of this
MimeHeaderobject. - getValue() - Method in interface jakarta.xml.soap.Node
-
Returns the value of this node if this is a
Textnode or the value of the immediate child of this node otherwise. - getValue(Object) - Static method in class jakarta.xml.bind.JAXBIntrospector
-
Get the element value of a Jakarta XML Binding element.
- getVendor() - Method in class jakarta.mail.Provider
-
Returns the name of the vendor associated with this implementation or null.
- getVersion() - Method in class jakarta.mail.Provider
-
Returns the version of this implementation or null if no version.
- getVisibleNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings visible to this element. - getWSDLDocumentLocation() - Method in class jakarta.xml.ws.Service
-
Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Gets the location of the WSDL document for this Service.
- getXMLNode(Object) - Method in class jakarta.xml.bind.Binder
-
Gets the XML element associated with the given Jakarta XML Binding object.
- getXMLReader() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- GT - Static variable in class jakarta.mail.search.ComparisonTerm
-
Greater than, "
>", comparison.
H
- handle(HttpExchange) - Method in class jakarta.xml.ws.spi.http.HttpHandler
-
Handles a given request and generates an appropriate response.
- handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.helpers.DefaultValidationEventHandler
- handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.util.ValidationEventCollector
- handleEvent(ValidationEvent) - Method in interface jakarta.xml.bind.ValidationEventHandler
-
Receive notification of a validation warning or error.
- handleFault(C) - Method in interface jakarta.xml.ws.handler.Handler
-
The
handleFaultmethod is invoked for fault message processing. - handleMessage(C) - Method in interface jakarta.xml.ws.handler.Handler
-
The
handleMessagemethod is invoked for normal processing of inbound and outbound messages. - handler - Variable in class jakarta.xml.ws.spi.http.HttpContext
-
The handler to set for this context.
- Handler<C extends MessageContext> - Interface in jakarta.xml.ws.handler
-
The
Handlerinterface is the base interface for Jakarta XML Web Services handlers. - HANDLER - Enum constant in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Handler visibility.
- HandlerChain - Annotation Type in jakarta.jws
-
Associates the Web Service with an externally defined handler chain.
- handleResponse(Response<T>) - Method in interface jakarta.xml.ws.AsyncHandler
-
Called when the response to an asynchronous operation is available.
- HandlerResolver - Interface in jakarta.xml.ws.handler
-
HandlerResolveris an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation. - hasDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns true if this
SOAPFaulthas aDetailsubelement and false otherwise. - hasEvents() - Method in class jakarta.xml.bind.util.ValidationEventCollector
-
Returns true if this event collector contains at least one ValidationEvent.
- hasFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject. - hashCode() - Method in class jakarta.activation.ActivationDataFlavor
-
Returns hash code for this
ActivationDataFlavor. - hashCode() - Method in class jakarta.mail.Flags
-
Compute a hash code for this Flags object.
- hashCode() - Method in class jakarta.mail.Header
- hashCode() - Method in class jakarta.mail.internet.InternetAddress
-
Compute a hash code for the address.
- hashCode() - Method in class jakarta.mail.internet.NewsAddress
-
Compute a hash code for the address.
- hashCode() - Method in class jakarta.mail.search.AddressTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.AndTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.ComparisonTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.DateTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.FlagTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.HeaderTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.NotTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.OrTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.RecipientStringTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.RecipientTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.search.StringTerm
-
Compute a hashCode for this object.
- hashCode() - Method in class jakarta.mail.URLName
-
Compute the hash code for this URLName.
- hasNewMessages() - Method in class jakarta.mail.Folder
-
Returns true if this Folder has new messages since the last time this indication was reset.
- header() - Element in annotation type jakarta.jws.WebParam
-
If true, the parameter is pulled from a message header rather then the message body.
- header() - Element in annotation type jakarta.jws.WebResult
-
If true, the result is pulled from a message header rather then the message body.
- Header - Class in jakarta.mail
-
The Header class stores a name/value pair to represent headers.
- Header(String, String) - Constructor for class jakarta.mail.Header
-
Construct a Header object.
- headers - Variable in class jakarta.mail.internet.InternetHeaders
-
The actual list of Headers, including placeholder entries.
- headers - Variable in class jakarta.mail.internet.MimeBodyPart
-
The InternetHeaders object that stores all the headers of this body part.
- headers - Variable in class jakarta.mail.internet.MimeMessage
-
The InternetHeaders object that stores the header of this message.
- headers() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP headers processed by the handler.
- HeaderTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message headers.
- HeaderTerm(String, String) - Constructor for class jakarta.mail.search.HeaderTerm
-
Constructor.
- HeaderTokenizer - Class in jakarta.mail.internet
-
This class tokenizes RFC822 and MIME headers into the basic symbols specified by RFC822 and MIME.
- HeaderTokenizer(String) - Constructor for class jakarta.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String) - Constructor for class jakarta.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String, boolean) - Constructor for class jakarta.mail.internet.HeaderTokenizer
-
Constructor that takes a rfc822 style header.
- HeaderTokenizer.Token - Class in jakarta.mail.internet
-
The Token class represents tokens returned by the HeaderTokenizer.
- HexBinaryAdapter - Class in jakarta.xml.bind.annotation.adapters
-
XmlAdapterforxs:hexBinary. - HexBinaryAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- Holder<T> - Class in jakarta.xml.ws
-
Holds a value of type
T. - Holder() - Constructor for class jakarta.xml.ws.Holder
-
Creates a new holder with a
nullvalue. - Holder(T) - Constructor for class jakarta.xml.ws.Holder
-
Create a new holder with the specified value.
- HOLDS_FOLDERS - Static variable in class jakarta.mail.Folder
-
This folder can contain other folders
- HOLDS_MESSAGES - Static variable in class jakarta.mail.Folder
-
This folder can contain messages
- host - Variable in class jakarta.mail.internet.NewsAddress
-
The host.
- host() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Host name for the mail server.
- HTTP_BINDING - Static variable in interface jakarta.xml.ws.http.HTTPBinding
-
A constant representing the identity of the XML/HTTP binding.
- HTTP_REQUEST_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: HTTP request headers.
- HTTP_REQUEST_METHOD - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: HTTP request method.
- HTTP_RESPONSE_CODE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: HTTP response status code.
- HTTP_RESPONSE_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: HTTP response headers.
- HTTPBinding - Interface in jakarta.xml.ws.http
-
The
HTTPBindinginterface is an abstraction for the XML/HTTP binding. - HttpContext - Class in jakarta.xml.ws.spi.http
-
HttpContext represents a mapping between the root URI path of a web service to a
HttpHandlerwhich is invoked to handle requests destined for that path on the associated container. - HttpContext() - Constructor for class jakarta.xml.ws.spi.http.HttpContext
- HTTPException - Exception in jakarta.xml.ws.http
-
The
HTTPExceptionexception represents a XML/HTTP fault. - HTTPException(int) - Constructor for exception jakarta.xml.ws.http.HTTPException
-
Constructor for the HTTPException
- HttpExchange - Class in jakarta.xml.ws.spi.http
-
This class encapsulates a HTTP request received and a response to be generated in one exchange.
- HttpExchange() - Constructor for class jakarta.xml.ws.spi.http.HttpExchange
- HttpHandler - Class in jakarta.xml.ws.spi.http
-
A handler which is invoked to process HTTP requests.
- HttpHandler() - Constructor for class jakarta.xml.ws.spi.http.HttpHandler
I
- id() - Element in annotation type jakarta.xml.ws.spi.WebServiceFeatureAnnotation
-
Unique identifier for the WebServiceFeature.
- ID - Static variable in class jakarta.xml.ws.RespectBindingFeature
-
Constant value identifying the RespectBindingFeature
- ID - Static variable in class jakarta.xml.ws.soap.AddressingFeature
-
Constant value identifying the AddressingFeature
- ID - Static variable in class jakarta.xml.ws.soap.MTOMFeature
-
Constant value identifying the MTOMFeature
- ignoreCase - Variable in class jakarta.mail.search.StringTerm
-
Ignore case when comparing?
- ignoreExistingBoundaryParameter - Variable in class jakarta.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.ignoreexistingboundaryparameter" property, set in the
MimeMultipart.initializeProperties()method called from constructors and the parse method. - ignoreMissingBoundaryParameter - Variable in class jakarta.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.ignoremissingboundaryparameter" property, set in the
MimeMultipart.initializeProperties()method called from constructors and the parse method. - ignoreMissingEndBoundary - Variable in class jakarta.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.ignoremissingendboundary" property, set in the
MimeMultipart.initializeProperties()method called from constructors and the parse method. - IllegalWriteException - Exception in jakarta.mail
-
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
- IllegalWriteException() - Constructor for exception jakarta.mail.IllegalWriteException
-
Constructs an IllegalWriteException with no detail message.
- IllegalWriteException(String) - Constructor for exception jakarta.mail.IllegalWriteException
-
Constructs an IllegalWriteException with the specified detail message.
- IllegalWriteException(String, Exception) - Constructor for exception jakarta.mail.IllegalWriteException
-
Constructs an IllegalWriteException with the specified detail message and embedded exception.
- in - Variable in class jakarta.mail.util.SharedFileInputStream
-
The file containing the data.
- IN - Enum constant in enum jakarta.jws.WebParam.Mode
- INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
- initCause(Throwable) - Method in exception jakarta.xml.soap.SOAPException
-
Initializes the
causefield of thisSOAPExceptionobject with the givenThrowableobject. - initializeProperties() - Method in class jakarta.mail.internet.MimeMultipart
-
Initialize flags that control parsing behavior, based on System properties described above in the class documentation.
- InitParam - Annotation Type in jakarta.jws.soap
-
Deprecated.
- initParams() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Array of name/value pairs that should be passed to the handler during initialization.
- inject(WebServiceContext) - Method in class jakarta.xml.ws.spi.Invoker
-
Jakarta XML Web Services runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
- INLINE - Static variable in interface jakarta.mail.Part
-
This part should be presented inline.
- INOUT - Enum constant in enum jakarta.jws.WebParam.Mode
- input() - Element in annotation type jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theinputmessage of the operation. - inputBase64(InputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'base64' decoder from the InputStream.
- inputBinary(InputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'binary', '7bit' and '8bit' decoder from the InputStream.
- inputLineStream(InputStream, boolean) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a new LineInputStream that supports reading CRLF terminated lines containing only US-ASCII characters from an input stream
- inputQ(InputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'q' decoder from the InputStream.
- inputQP(InputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'quoted-printable' decoder from the InputStream.
- inputSharedByteArray(byte[]) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a new InputStream from the underlying byte array to be shared between multiple readers.
- inputUU(InputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'uuencode', 'x-uuencode' and 'x-uue' decoder from the InputStream.
- IntegerComparisonTerm - Class in jakarta.mail.search
-
This class implements comparisons for integers.
- IntegerComparisonTerm(int, int) - Constructor for class jakarta.mail.search.IntegerComparisonTerm
-
Constructor.
- interfaceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
interfaceNameas thewsam:InterfaceNameelement in thewsa:Metadataelement. - InternetAddress - Class in jakarta.mail.internet
-
This class represents an Internet email address using the syntax of RFC822.
- InternetAddress() - Constructor for class jakarta.mail.internet.InternetAddress
-
Default constructor.
- InternetAddress(String) - Constructor for class jakarta.mail.internet.InternetAddress
-
Constructor.
- InternetAddress(String, boolean) - Constructor for class jakarta.mail.internet.InternetAddress
-
Parse the given string and create an InternetAddress.
- InternetAddress(String, String) - Constructor for class jakarta.mail.internet.InternetAddress
-
Construct an InternetAddress given the address and personal name.
- InternetAddress(String, String, String) - Constructor for class jakarta.mail.internet.InternetAddress
-
Construct an InternetAddress given the address and personal name.
- InternetHeader(String) - Constructor for class jakarta.mail.internet.InternetHeaders.InternetHeader
-
Constructor that takes a line and splits out the header name.
- InternetHeader(String, String) - Constructor for class jakarta.mail.internet.InternetHeaders.InternetHeader
-
Constructor that takes a header name and value.
- InternetHeaders - Class in jakarta.mail.internet
-
InternetHeaders is a utility class that manages RFC822 style headers.
- InternetHeaders() - Constructor for class jakarta.mail.internet.InternetHeaders
-
Create an empty InternetHeaders object.
- InternetHeaders(InputStream) - Constructor for class jakarta.mail.internet.InternetHeaders
-
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
- InternetHeaders(InputStream, boolean) - Constructor for class jakarta.mail.internet.InternetHeaders
-
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
- InternetHeaders.InternetHeader - Class in jakarta.mail.internet
-
An individual internet header.
- invalid - Variable in class jakarta.mail.event.TransportEvent
-
The invalid addresses.
- invalid - Variable in exception jakarta.mail.SendFailedException
-
The invalid addresses.
- invoke(Method, Object...) - Method in class jakarta.xml.ws.spi.Invoker
-
Jakarta XML Web Services runtime calls this method to do the actual web service invocation on endpoint instance.
- invoke(T) - Method in interface jakarta.xml.ws.Dispatch
-
Invoke a service operation synchronously.
- invoke(T) - Method in interface jakarta.xml.ws.Provider
-
Invokes an operation according to the contents of the request message.
- invokeAsync(T) - Method in interface jakarta.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- invokeAsync(T, AsyncHandler<T>) - Method in interface jakarta.xml.ws.Dispatch
-
Invoke a service operation asynchronously.
- invokeOneWay(T) - Method in interface jakarta.xml.ws.Dispatch
-
Invokes a service operation using the one-way interaction mode.
- Invoker - Class in jakarta.xml.ws.spi
-
Invoker hides the detail of calling into application endpoint implementation.
- Invoker() - Constructor for class jakarta.xml.ws.spi.Invoker
- isComment() - Method in interface jakarta.xml.soap.Text
-
Retrieves whether this
Textobject represents a comment. - isComplete() - Method in class jakarta.mail.internet.MimeMultipart
-
Return true if the final boundary line for this multipart was seen.
- isConnected() - Method in class jakarta.mail.Service
-
Is this service currently connected?
- isDataFlavorSupported(ActivationDataFlavor) - Method in class jakarta.activation.DataHandler
-
Returns whether the specified data flavor is supported for this object.
- isElement(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
-
Return true if
objectrepresents a Jakarta XML Binding element. - isEmpty() - Method in class jakarta.activation.MimeTypeParameterList
-
Determine whether or not this list is empty.
- isEnabled() - Method in class jakarta.xml.ws.WebServiceFeature
-
Returns
trueif this feature is enabled. - isExpunged() - Method in class jakarta.mail.Message
-
Checks whether this message is expunged.
- isFormattedOutput() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the formatted output flag.
- isFragment() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the fragment flag.
- isGlobalScope() - Method in class jakarta.xml.bind.JAXBElement
-
Returns true iff this xml element declaration is global.
- isGroup() - Method in class jakarta.mail.internet.InternetAddress
-
Indicates whether this address is an RFC 822 group address.
- isMimeType(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Is this Part of the specified MIME type? This method compares only the
primaryTypeandsubType. - isMimeType(String) - Method in class jakarta.mail.internet.MimeMessage
-
Is this Part of the specified MIME type? This method compares only the
primaryTypeandsubType. - isMimeType(String) - Method in interface jakarta.mail.Part
-
Is this Part of the specified MIME type? This method compares only the
primaryTypeandsubType. - isMimeTypeEqual(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Is the string representation of the MIME type passed in equivalent to the MIME type of this ActivationDataFlavor.
- isMTOMEnabled() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Returns
trueif the use of MTOM is enabled. - isNil() - Method in class jakarta.xml.bind.JAXBElement
-
Returns
trueiff this element instance content model is nil. - isOpen() - Method in class jakarta.mail.Folder
-
Indicates whether this Folder is in the 'open' state.
- isPublished() - Method in class jakarta.xml.ws.Endpoint
-
Returns true if the endpoint is in the published state.
- isRemoved() - Method in class jakarta.mail.event.MessageCountEvent
-
Indicates whether this event is the result of an explicit expunge by this client, or due to an expunge from external sources.
- isRequired() - Method in class jakarta.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- isSet(Flags.Flag) - Method in class jakarta.mail.internet.MimeMessage
-
Check whether the flag specified in the
flagargument is set in this message. - isSet(Flags.Flag) - Method in class jakarta.mail.Message
-
Check whether the flag specified in the
flagargument is set in this message. - isSubscribed() - Method in class jakarta.mail.Folder
-
Returns true if this Folder is subscribed.
- isTypeSubstituted() - Method in class jakarta.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 jakarta.xml.ws.spi.http.HttpExchange
-
Indicates whether an authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
- isWhiteSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
-
returns true if the specified char is a white space character.
- isWhiteSpaceExceptSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Returns true if the specified char is a white space character but not 0x20.
- isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
-
Read-only property that returns true if Jakarta XML Binding marshaller should enable XOP creation.
- isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Read-only property that returns true if Jakarta XML Binding unmarshaller needs to perform XOP processing.
- Item(String) - Constructor for class jakarta.mail.FetchProfile.Item
-
Constructor for an item.
J
- jakarta.activation - package jakarta.activation
-
Jakarta Activation is used by Jakarta Mail to manage MIME data.
- jakarta.activation.spi - package jakarta.activation.spi
-
Provides interfaces which implementations will be used as service providers for other services that used by Jakarta Activation.
- jakarta.jws - package jakarta.jws
-
This package defines annotations for light-weight web services programming model.
- jakarta.jws.soap - package jakarta.jws.soap
-
This package defines annotations for SOAP binding definition within light-weight web services programming model.
- jakarta.mail - package jakarta.mail
-
The Jakarta Mail API provides classes that model a mail system.
- jakarta.mail.event - package jakarta.mail.event
-
Listeners and events for the Jakarta Mail API.
- jakarta.mail.internet - package jakarta.mail.internet
-
Classes specific to Internet mail systems.
- jakarta.mail.search - package jakarta.mail.search
-
Message search terms for the Jakarta Mail API.
- jakarta.mail.util - package jakarta.mail.util
-
Jakarta Mail API utility classes.
- jakarta.xml.bind - package jakarta.xml.bind
-
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- jakarta.xml.bind.annotation - package jakarta.xml.bind.annotation
-
Defines annotations for customizing Java program elements to XML Schema mapping.
- jakarta.xml.bind.annotation.adapters - package jakarta.xml.bind.annotation.adapters
-
XmlAdapterand its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding. - jakarta.xml.bind.attachment - package jakarta.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.
- jakarta.xml.bind.helpers - package jakarta.xml.bind.helpers
-
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of the
jakarta.xml.bindinterfaces. - jakarta.xml.bind.util - package jakarta.xml.bind.util
-
Useful client utility classes.
- jakarta.xml.soap - package jakarta.xml.soap
-
Provides the API for creating and building SOAP messages.
- jakarta.xml.ws - package jakarta.xml.ws
-
This package contains the core Jakarta XML Web Services APIs.
- jakarta.xml.ws.handler - package jakarta.xml.ws.handler
-
This package defines APIs for message handlers.
- jakarta.xml.ws.handler.soap - package jakarta.xml.ws.handler.soap
-
This package defines APIs for SOAP message handlers.
- jakarta.xml.ws.http - package jakarta.xml.ws.http
-
This package defines APIs specific to the HTTP binding.
- jakarta.xml.ws.soap - package jakarta.xml.ws.soap
-
This package defines APIs specific to the SOAP binding.
- jakarta.xml.ws.spi - package jakarta.xml.ws.spi
-
This package defines SPIs for Jakarta XML Web Services.
- jakarta.xml.ws.spi.http - package jakarta.xml.ws.spi.http
-
Provides HTTP SPI that is used for portable deployment of Jakarta XML Web Services in containers (for example servlet containers).
- jakarta.xml.ws.wsaddressing - package jakarta.xml.ws.wsaddressing
-
This package defines APIs related to WS-Addressing.
- javaCharset(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Convert a MIME charset name into a valid Java charset name.
- JAXB - Class in jakarta.xml.bind
-
Class that defines convenience methods for common, simple use of Jakarta XML Binding.
- JAXB_CONTEXT_FACTORY - Static variable in class jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind
-
The
JAXBContextclass provides the client's entry point to the Jakarta XML Binding API. - JAXBContext() - Constructor for class jakarta.xml.bind.JAXBContext
- JAXBContextFactory - Interface in jakarta.xml.bind
-
Factory that creates new
JAXBContextinstances. - JAXBElement<T> - Class in jakarta.xml.bind
-
Jakarta XML Binding representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class<?>, T) - Constructor for class jakarta.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) - Constructor for class jakarta.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement.GlobalScope - Class in jakarta.xml.bind
-
Designates global scope for an xml element.
- JAXBException - Exception in jakarta.xml.bind
-
This is the root exception class for all Jakarta XML Binding exceptions.
- JAXBException(String) - Constructor for exception jakarta.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message.
- JAXBException(String, String) - Constructor for exception jakarta.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and vendor specific errorCode.
- JAXBException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
- JAXBException(String, Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and linkedException.
- JAXBException(Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
-
Construct a JAXBException with a linkedException.
- JAXBIntrospector - Class in jakarta.xml.bind
-
Provide access to Jakarta XML Binding xml binding data for a Jakarta XML Binding object.
- JAXBIntrospector() - Constructor for class jakarta.xml.bind.JAXBIntrospector
-
Do-nothing constructor for the derived classes.
- JAXBPermission - Class in jakarta.xml.bind
-
This class is for Jakarta XML Binding permissions.
- JAXBPermission(String) - Constructor for class jakarta.xml.bind.JAXBPermission
-
Creates a new JAXBPermission with the specified name.
- JAXBResult - Class in jakarta.xml.bind.util
-
JAXP
Resultimplementation that unmarshals a Jakarta XML Binding object. - JAXBResult(JAXBContext) - Constructor for class jakarta.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) - Constructor for class jakarta.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
- JAXBSource - Class in jakarta.xml.bind.util
-
JAXP
Sourceimplementation that marshals a Jakarta XML Binding-generated object. - JAXBSource(JAXBContext, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
-
Creates a new
Sourcefor the given content object. - JAXBSource(Marshaller, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
-
Creates a new
Sourcefor the given content object.
L
- LASTUID - Static variable in interface jakarta.mail.UIDFolder
-
This is a special value that can be used as the
endparameter ingetMessagesByUID(start, end), to denote the UID of the last message in the folder. - lax() - Element in annotation type jakarta.xml.bind.annotation.XmlAnyElement
-
Controls the unmarshaller behavior when it sees elements known to the current
JAXBContext. - LE - Static variable in class jakarta.mail.search.ComparisonTerm
-
Less than or equal to, "
<=", comparison. - limit - Variable in class jakarta.mail.Quota.Resource
-
The usage limit for the resource.
- LineInputStream - Interface in jakarta.mail.util
-
LineInputStream supports reading CRLF terminated lines that contain only US-ASCII characters from an input stream.
- LineOutputStream - Interface in jakarta.mail.util
-
This interface is to support writing out Strings as a sequence of bytes terminated by a CRLF sequence.
- list() - Method in class jakarta.mail.Folder
-
Convenience method that returns the list of folders under this Folder.
- list(String) - Method in class jakarta.mail.Folder
-
Returns a list of Folders belonging to this Folder's namespace that match the specified pattern.
- Listener() - Constructor for class jakarta.xml.bind.Marshaller.Listener
-
Do-nothing constructor for the derived classes.
- Listener() - Constructor for class jakarta.xml.bind.Unmarshaller.Listener
-
Do-nothing constructor for the derived classes.
- listSubscribed() - Method in class jakarta.mail.Folder
-
Convenience method that returns the list of subscribed folders under this Folder.
- listSubscribed(String) - Method in class jakarta.mail.Folder
-
Returns a list of subscribed Folders belonging to this Folder's namespace that match the specified pattern.
- LITERAL - Enum constant in enum jakarta.jws.soap.SOAPBinding.Use
- load(InputStream) - Method in class jakarta.mail.internet.InternetHeaders
-
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
- load(InputStream, boolean) - Method in class jakarta.mail.internet.InternetHeaders
-
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
- localName() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Element's local name.
- localName() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Element's local name.
- location() - Element in annotation type jakarta.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 jakarta.xml.ws.handler
-
The
LogicalHandlerextends Handler to provide typesafety for the message context parameter. - LogicalMessage - Interface in jakarta.xml.ws
-
The
LogicalMessageinterface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message. - LogicalMessageContext - Interface in jakarta.xml.ws.handler
-
The
LogicalMessageContextinterface extendsMessageContextto provide access to a the contained message as a protocol neutral LogicalMessage - lookup() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A portable JNDI lookup name that resolves to the target web service reference.
- LT - Static variable in class jakarta.mail.search.ComparisonTerm
-
Less than, "
<", comparison.
M
- MailcapCommandMap - Class in jakarta.activation
-
MailcapCommandMap extends the CommandMap abstract class.
- MailcapCommandMap() - Constructor for class jakarta.activation.MailcapCommandMap
-
The default Constructor.
- MailcapCommandMap(InputStream) - Constructor for class jakarta.activation.MailcapCommandMap
-
Constructor that allows the caller to specify an InputStream containing a mailcap file.
- MailcapCommandMap(String) - Constructor for class jakarta.activation.MailcapCommandMap
-
Constructor that allows the caller to specify the path of a mailcap file.
- MailcapRegistry - Interface in jakarta.activation
-
The MailcapRegistry interface is implemented by objects that can be used to store and retrieve MailcapEntries.
- MailcapRegistryProvider - Interface in jakarta.activation.spi
-
This interface defines a factory for
MailcapRegistry. - MailDateFormat - Class in jakarta.mail.internet
-
Formats and parses date specification based on RFC 2822.
- MailDateFormat() - Constructor for class jakarta.mail.internet.MailDateFormat
-
Create a new date format for the RFC2822 specification with lenient parsing.
- MailEvent - Class in jakarta.mail.event
-
Common base class for mail events, defining the dispatch method.
- MailEvent(Object) - Constructor for class jakarta.mail.event.MailEvent
-
Construct a MailEvent referring to the given source.
- MailSessionDefinition - Annotation Type in jakarta.mail
-
Annotation used by Jakarta EE applications to define a
MailSessionto be registered with JNDI. - MailSessionDefinitions - Annotation Type in jakarta.mail
-
Declares one or more
MailSessionDefinitionannotations. - mappedName() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A product specific name that this resource should be mapped to.
- mark(int) - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
markmethod ofInputStream. - markSupported() - Method in class jakarta.mail.util.SharedFileInputStream
-
Tests if this input stream supports the
markandresetmethods. - marshal(byte[]) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- marshal(BoundType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
-
Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.
- marshal(Object, File) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, File) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, File) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a file. - marshal(Object, OutputStream) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, OutputStream) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, OutputStream) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto an output stream. - marshal(Object, Writer) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Writer) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a Writer. - marshal(Object, String) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URI) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URL) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, XMLEventWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLEventWriter) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto aXMLEventWriter. - marshal(Object, XMLStreamWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto aXMLStreamWriter. - marshal(Object, Result) - Static method in class jakarta.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Result) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto the specifiedjavax.xml.transform.Result. - marshal(Object, Node) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto a DOM tree. - marshal(Object, ContentHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in interface jakarta.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElementinto SAX2 events. - marshal(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
-
Marshal a Jakarta XML Binding object tree to a new XML document.
- marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
-
No-op.
- marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
-
No-op.
- marshal(Element, ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- MarshalException - Exception in jakarta.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 jakarta.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message.
- MarshalException(String, String) - Constructor for exception jakarta.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and vendor specific errorCode.
- MarshalException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- MarshalException(String, Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and linkedException.
- MarshalException(Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
-
Construct a MarshalException with a linkedException.
- Marshaller - Interface in jakarta.xml.bind
-
The
Marshallerclass is responsible for governing the process of serializing Java content trees back into XML data. - Marshaller.Listener - Class in jakarta.xml.bind
-
Register an instance of an implementation of this class with a
Marshallerto externally listen for marshal events. - match(int) - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Match against the argument
i. - match(MimeType) - Method in class jakarta.activation.MimeType
-
Determine if the primary and sub type of this object is the same as what is in the given type.
- match(Address) - Method in class jakarta.mail.search.AddressStringTerm
-
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
- match(Address) - Method in class jakarta.mail.search.AddressTerm
-
Match against the argument Address.
- match(ContentType) - Method in class jakarta.mail.internet.ContentType
-
Match with the specified ContentType object.
- match(Message) - Method in class jakarta.mail.search.AndTerm
-
The AND operation.
- match(Message) - Method in class jakarta.mail.search.BodyTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.FlagTerm
-
The comparison method.
- match(Message) - Method in class jakarta.mail.search.FromStringTerm
-
Check whether the address string specified in the constructor is a substring of the From address of this Message.
- match(Message) - Method in class jakarta.mail.search.FromTerm
-
The address comparator.
- match(Message) - Method in class jakarta.mail.search.HeaderTerm
-
The header match method.
- match(Message) - Method in class jakarta.mail.search.MessageIDTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.MessageNumberTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.NotTerm
- match(Message) - Method in class jakarta.mail.search.OrTerm
-
The OR operation.
- match(Message) - Method in class jakarta.mail.search.ReceivedDateTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.RecipientStringTerm
-
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
- match(Message) - Method in class jakarta.mail.search.RecipientTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SearchTerm
-
This method applies a specific match criterion to the given message and returns the result.
- match(Message) - Method in class jakarta.mail.search.SentDateTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SizeTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SubjectTerm
-
The match method.
- match(SearchTerm) - Method in class jakarta.mail.Message
-
Apply the specified Search criterion to this message.
- match(String) - Method in class jakarta.activation.MimeType
-
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
- match(String) - Method in class jakarta.mail.internet.ContentType
-
Match with the specified content-type string.
- match(String) - Method in class jakarta.mail.search.StringTerm
-
The match method.
- match(Date) - Method in class jakarta.mail.search.DateTerm
-
The date comparison method.
- MAXUID - Static variable in interface jakarta.mail.UIDFolder
-
The largest value possible for a UID, a 32-bit unsigned integer.
- message - Variable in class jakarta.mail.event.StoreEvent
-
The message text to be presented to the user.
- Message - Class in jakarta.mail
-
This class models an email message.
- Message() - Constructor for class jakarta.mail.Message
-
No-arg version of the constructor.
- Message(Folder, int) - Constructor for class jakarta.mail.Message
-
Constructor that takes a Folder and a message number.
- Message(Session) - Constructor for class jakarta.mail.Message
-
Constructor that takes a Session.
- MESSAGE - Enum constant in enum jakarta.xml.ws.Service.Mode
-
Message mode.
- MESSAGE_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message has been successfully delivered to all recipients by the transport firing this event.
- MESSAGE_NOT_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message was not sent for some reason.
- MESSAGE_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: message direction,
truefor outbound messages,falsefor inbound. - MESSAGE_PARTIALLY_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message was successfully sent to some recipients but not to all.
- Message.RecipientType - Class in jakarta.mail
-
This inner class defines the types of recipients allowed by the Message class.
- MessageAware - Interface in jakarta.mail
-
An interface optionally implemented by
DataSourcesto supply information to aDataContentHandlerabout the message context in which the data content object is operating. - messageChanged(MessageChangedEvent) - Method in interface jakarta.mail.event.MessageChangedListener
-
Invoked when a message is changed.
- MessageChangedEvent - Class in jakarta.mail.event
-
This class models Message change events.
- MessageChangedEvent(Object, int, Message) - Constructor for class jakarta.mail.event.MessageChangedEvent
-
Constructor.
- MessageChangedListener - Interface in jakarta.mail.event
-
This is the Listener interface for MessageChanged events
- MessageContext - Class in jakarta.mail
-
The context in which a piece of Message content is contained.
- MessageContext - Interface in jakarta.xml.ws.handler
-
The interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. - MessageContext(Part) - Constructor for class jakarta.mail.MessageContext
-
Create a MessageContext object describing the context of the given Part.
- MessageContext.Scope - Enum in jakarta.xml.ws.handler
-
Property scope.
- MessageCountAdapter - Class in jakarta.mail.event
-
The adapter which receives MessageCount events.
- MessageCountAdapter() - Constructor for class jakarta.mail.event.MessageCountAdapter
-
Creates a default
MessageCountAdapter. - MessageCountEvent - Class in jakarta.mail.event
-
This class notifies changes in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class jakarta.mail.event.MessageCountEvent
-
Constructor.
- MessageCountListener - Interface in jakarta.mail.event
-
This is the Listener interface for MessageCount events.
- messageDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messageDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is succesfully delivered.
- MessageFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPMessageobjects. - MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
-
Default constructor.
- MessageIDTerm - Class in jakarta.mail.search
-
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message.
- MessageIDTerm(String) - Constructor for class jakarta.mail.search.MessageIDTerm
-
Constructor.
- messageName() - Element in annotation type jakarta.xml.ws.WebFault
-
wsdl:Message's name.
- messageNotDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messageNotDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is not delivered.
- MessageNumberTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message numbers.
- MessageNumberTerm(int) - Constructor for class jakarta.mail.search.MessageNumberTerm
-
Constructor.
- messagePartiallyDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messagePartiallyDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is partially delivered.
- MessageRemovedException - Exception in jakarta.mail
-
The exception thrown when an invalid method is invoked on an expunged Message.
- MessageRemovedException() - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with no detail message.
- MessageRemovedException(String) - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with the specified detail message.
- MessageRemovedException(String, Exception) - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with the specified detail message and embedded exception.
- messagesAdded(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
- messagesAdded(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
-
Invoked when messages are added into a folder.
- messagesRemoved(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
- messagesRemoved(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
-
Invoked when messages are removed (expunged) from a folder.
- MessagingException - Exception in jakarta.mail
-
The base class for all exceptions thrown by the Messaging classes
- MessagingException() - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with no detail message.
- MessagingException(String) - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with the specified detail message.
- MessagingException(String, Exception) - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with the specified Exception and detail message.
- metadata(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
metadataElementto theW3CEndpointReferenceinstance'swsa:Metadataelement. - MethodNotSupportedException - Exception in jakarta.mail
-
The exception thrown when a method is not supported by the implementation
- MethodNotSupportedException() - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with no detail message.
- MethodNotSupportedException(String) - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with the specified detail message.
- MethodNotSupportedException(String, Exception) - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with the specified detail message and embedded exception.
- MIME - Static variable in class jakarta.mail.internet.HeaderTokenizer
-
MIME specials
- MimeBodyPart - Class in jakarta.mail.internet
-
This class represents a MIME body part.
- MimeBodyPart() - Constructor for class jakarta.mail.internet.MimeBodyPart
-
An empty MimeBodyPart object is created.
- MimeBodyPart(InternetHeaders, byte[]) - Constructor for class jakarta.mail.internet.MimeBodyPart
-
Constructs a MimeBodyPart using the given header and content bytes.
- MimeBodyPart(InputStream) - Constructor for class jakarta.mail.internet.MimeBodyPart
-
Constructs a MimeBodyPart by reading and parsing the data from the specified input stream.
- mimeCharset(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Convert a java charset into its MIME charset name.
- MimeHeader - Class in jakarta.xml.soap
-
An object that stores a MIME header name and its value.
- MimeHeader(String, String) - Constructor for class jakarta.xml.soap.MimeHeader
-
Constructs a
MimeHeaderobject initialized with the given name and value. - MimeHeaders - Class in jakarta.xml.soap
-
A container for
MimeHeaderobjects, which represent the MIME headers present in a MIME part of a message. - MimeHeaders() - Constructor for class jakarta.xml.soap.MimeHeaders
-
Constructs a default
MimeHeadersobject initialized with an emptyVectorobject. - MimeMessage - Class in jakarta.mail.internet
-
This class represents a MIME style email message.
- MimeMessage(Folder, int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs an empty MimeMessage object with the given Folder and message number.
- MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage from the given InternetHeaders object and content.
- MimeMessage(Folder, InputStream, int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
- MimeMessage(MimeMessage) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a new MimeMessage with content initialized from the
sourceMimeMessage. - MimeMessage(Session) - Constructor for class jakarta.mail.internet.MimeMessage
-
Default constructor.
- MimeMessage(Session, InputStream) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
- MimeMessage.RecipientType - Class in jakarta.mail.internet
-
This inner class extends the jakarta.mail.Message.RecipientType class to add additional RecipientTypes.
- MimeMultipart - Class in jakarta.mail.internet
-
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.
- MimeMultipart() - Constructor for class jakarta.mail.internet.MimeMultipart
-
Default constructor.
- MimeMultipart(DataSource) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Constructs a MimeMultipart object and its bodyparts from the given DataSource.
- MimeMultipart(BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
- MimeMultipart(String) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the given subtype.
- MimeMultipart(String, BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the given subtype and with the given body parts.
- MimePart - Interface in jakarta.mail.internet
-
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
- MimePartDataSource - Class in jakarta.mail.internet
-
A utility class that implements a DataSource out of a MimePart.
- MimePartDataSource(MimePart) - Constructor for class jakarta.mail.internet.MimePartDataSource
-
Constructor, that constructs a DataSource from a MimePart.
- MimeType - Class in jakarta.activation
-
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
- MimeType() - Constructor for class jakarta.activation.MimeType
-
Default constructor.
- MimeType(String) - Constructor for class jakarta.activation.MimeType
-
Constructor that builds a MimeType from a String.
- MimeType(String, String) - Constructor for class jakarta.activation.MimeType
-
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
- MimeTypeEntry - Class in jakarta.activation
-
Represents mapping between the file extension and the MIME type string.
- MimeTypeEntry(String, String) - Constructor for class jakarta.activation.MimeTypeEntry
-
Create new
MimeTypeEntry - MimeTypeParameterList - Class in jakarta.activation
-
A parameter list of a MimeType as defined in RFC 2045 and 2046.
- MimeTypeParameterList() - Constructor for class jakarta.activation.MimeTypeParameterList
-
Default constructor.
- MimeTypeParameterList(String) - Constructor for class jakarta.activation.MimeTypeParameterList
-
Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - Exception in jakarta.activation
-
A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() - Constructor for exception jakarta.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) - Constructor for exception jakarta.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with the specified detail message.
- MimeTypeRegistry - Interface in jakarta.activation
-
The MimeTypeRegistry interface is implemented by objects that can be used to store and retrieve MimeTypeEntries.
- MimeTypeRegistryProvider - Interface in jakarta.activation.spi
-
This interface defines a factory for
MimeTypeRegistry. - MimetypesFileTypeMap - Class in jakarta.activation
-
This class extends FileTypeMap and provides data typing of files via their file extension.
- MimetypesFileTypeMap() - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
The default constructor.
- MimetypesFileTypeMap(InputStream) - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
- MimetypesFileTypeMap(String) - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
- MimeUtility - Class in jakarta.mail.internet
-
This is a utility class that provides various MIME related functionality.
- mode - Variable in class jakarta.mail.Folder
-
The open mode of this folder.
- mode() - Element in annotation type jakarta.jws.WebParam
-
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
- modified - Variable in class jakarta.mail.internet.MimeMessage
-
A flag indicating whether the message has been modified.
- msg - Variable in class jakarta.mail.event.MessageChangedEvent
-
The message that changed.
- msg - Variable in class jakarta.mail.event.TransportEvent
-
The Message to which this event applies.
- msgnum - Variable in class jakarta.mail.Message
-
The number of this message within its folder, or zero if the message was not retrieved from a folder.
- msgs - Variable in class jakarta.mail.event.MessageCountEvent
-
The messages.
- MTOM - Annotation Type in jakarta.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature - Class in jakarta.xml.ws.soap
-
This feature represents the use of MTOM with a web service.
- MTOMFeature() - Constructor for class jakarta.xml.ws.soap.MTOMFeature
-
Create an
MTOMFeature. - MTOMFeature(boolean) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature. - MTOMFeature(boolean, int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature. - MTOMFeature(int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
-
Creates a
MTOMFeature. - Multipart - Class in jakarta.mail
-
Multipart is a container that holds multiple body parts.
- Multipart() - Constructor for class jakarta.mail.Multipart
-
Default constructor.
- MultipartDataSource - Interface in jakarta.mail
-
MultipartDataSource is a
DataSourcethat contains body parts.
N
- name - Variable in class jakarta.mail.Header
-
The name of the header.
- name - Variable in class jakarta.mail.Quota.Resource
-
The name of the resource.
- name - Variable in class jakarta.xml.bind.JAXBElement
-
xml element tag name
- name() - Element in annotation type jakarta.jws.HandlerChain
-
Deprecated.As of JSR-181 2.0 with no replacement.
- name() - Element in annotation type jakarta.jws.soap.InitParam
-
Deprecated.Name of the initialization parameter.
- name() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler.Defaults to the name of the handler class.
- name() - Element in annotation type jakarta.jws.WebParam
-
Name of the parameter.
- name() - Element in annotation type jakarta.jws.WebResult
-
Name of return value.
- name() - Element in annotation type jakarta.jws.WebService
-
The name of the Web Service.
- name() - Element in annotation type jakarta.mail.MailSessionDefinition
-
JNDI name by which the mail session will be registered.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
-
Name of the XML Schema attribute.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
-
Name of the XML Schema element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
local name of the XML element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
-
Name of the XML wrapper element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlRootElement
-
local name of the XML element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlSchemaType
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlType
-
Name of the XML Schema type which the class is mapped.
- name() - Element in annotation type jakarta.xml.ws.WebEndpoint
-
The local name of the endpoint.
- name() - Element in annotation type jakarta.xml.ws.WebFault
-
Element's local name.
- name() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The local name of the Web service.
- name() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
The JNDI name of the resource.
- Name - Interface in jakarta.xml.soap
-
A representation of an XML name.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
-
Specifies the XML target namespace of the XML Schema attribute.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
-
XML target namespace of the XML Schema element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
namespace name of the XML element.
- namespace() - Element in annotation type jakarta.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 jakarta.xml.bind.annotation.XmlElementWrapper
-
XML target namespace of the XML wrapper element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlRootElement
-
namespace name of the XML element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
-
Name of the XML namespace.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlSchemaType
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlType
-
Name of the target namespace of the XML Schema type.
- namespaceURI() - Element in annotation type jakarta.xml.bind.annotation.XmlNs
-
Namespace URI
- NE - Static variable in class jakarta.mail.search.ComparisonTerm
-
Not equal to, "
!=", comparison. - newFolder - Variable in class jakarta.mail.event.FolderEvent
-
The folder that represents the new name, in case of a RENAMED event.
- newInstance() - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance() - Static method in class jakarta.xml.soap.SOAPConnectionFactory
-
Creates an instance of the default
SOAPConnectionFactoryobject. - newInstance() - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance(Class<?>...) - Static method in class jakarta.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(Class<?>[], Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String) - Static method in class jakarta.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String) - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the specified implementation. - newInstance(String) - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance. - newInstance(String, ClassLoader) - Static method in class jakarta.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newInstance(String, ClassLoader, Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContextclass. - newMessageFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
MessageFactoryobject for the givenStringprotocol. - NewsAddress - Class in jakarta.mail.internet
-
This class models an RFC1036 newsgroup address.
- NewsAddress() - Constructor for class jakarta.mail.internet.NewsAddress
-
Default constructor.
- NewsAddress(String) - Constructor for class jakarta.mail.internet.NewsAddress
-
Construct a NewsAddress with the given newsgroup.
- NewsAddress(String, String) - Constructor for class jakarta.mail.internet.NewsAddress
-
Construct a NewsAddress with the given newsgroup and host.
- newsgroup - Variable in class jakarta.mail.internet.NewsAddress
-
The newsgroup.
- NEWSGROUPS - Static variable in class jakarta.mail.internet.MimeMessage.RecipientType
-
The "Newsgroup" (Usenet news) recipients.
- newSOAPFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
SOAPFactoryobject for the givenStringprotocol. - newStream(long, long) - Method in interface jakarta.mail.internet.SharedInputStream
-
Return a new InputStream representing a subset of the data from this InputStream, starting at
start(inclusive) up toend(exclusive). - newStream(long, long) - Method in class jakarta.mail.util.SharedByteArrayInputStream
-
Return a new InputStream representing a subset of the data from this InputStream, starting at
start(inclusive) up toend(exclusive). - newStream(long, long) - Method in class jakarta.mail.util.SharedFileInputStream
-
Return a new InputStream representing a subset of the data from this InputStream, starting at
start(inclusive) up toend(exclusive). - next() - Method in class jakarta.mail.internet.HeaderTokenizer
-
Parses the next token from this String.
- next(char) - Method in class jakarta.mail.internet.HeaderTokenizer
-
Parses the next token from this String.
- next(char, boolean) - Method in class jakarta.mail.internet.HeaderTokenizer
-
Parses the next token from this String.
- nil - Variable in class jakarta.xml.bind.JAXBElement
-
true iff the xml element instance has xsi:nil="true".
- nillable() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
-
Customize the element declaration to be nillable.
- nillable() - Element in annotation type jakarta.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 jakarta.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 jakarta.xml.soap
-
A representation of a node (element) in an XML document.
- NON_ANONYMOUS - Enum constant in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Specifies the use of only non-anonymous responses.
- NONE - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
-
None of the fields or properties is bound to XML unless they are specifically annotated with some of the Jakarta XML Binding annotations.
- NormalizedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
-
XmlAdapterto handlexs:normalizedString. - NormalizedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
- normalizeMimeType(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- normalizeMimeTypeParameter(String, String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- NoSuchProviderException - Exception in jakarta.mail
-
This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.
- NoSuchProviderException() - Constructor for exception jakarta.mail.NoSuchProviderException
-
Constructs a NoSuchProviderException with no detail message.
- NoSuchProviderException(String) - Constructor for exception jakarta.mail.NoSuchProviderException
-
Constructs a NoSuchProviderException with the specified detail message.
- NoSuchProviderException(String, Exception) - Constructor for exception jakarta.mail.NoSuchProviderException
-
Constructs a NoSuchProviderException with the specified detail message and embedded exception.
- NOTICE - Static variable in class jakarta.mail.event.StoreEvent
-
Indicates that this message is a NOTICE.
- NotIdentifiableEvent - Interface in jakarta.xml.bind
-
This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in jakarta.xml.bind.helpers
-
Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- notification(StoreEvent) - Method in interface jakarta.mail.event.StoreListener
-
Invoked when the Store generates a notification event.
- notifyConnectionListeners(int) - Method in class jakarta.mail.Folder
-
Notify all ConnectionListeners.
- notifyConnectionListeners(int) - Method in class jakarta.mail.Service
-
Notify all ConnectionListeners.
- notifyFolderListeners(int) - Method in class jakarta.mail.Folder
-
Notify all FolderListeners registered on this Folder and this folder's Store.
- notifyFolderListeners(int, Folder) - Method in class jakarta.mail.Store
-
Notify all FolderListeners.
- notifyFolderRenamedListeners(Folder) - Method in class jakarta.mail.Folder
-
Notify all FolderListeners registered on this Folder and this folder's Store about the renaming of this folder.
- notifyFolderRenamedListeners(Folder, Folder) - Method in class jakarta.mail.Store
-
Notify all FolderListeners about the renaming of a folder.
- notifyMessageAddedListeners(Message[]) - Method in class jakarta.mail.Folder
-
Notify all MessageCountListeners about the addition of messages into this folder.
- notifyMessageChangedListeners(int, Message) - Method in class jakarta.mail.Folder
-
Notify all MessageChangedListeners.
- notifyMessageRemovedListeners(boolean, Message[]) - Method in class jakarta.mail.Folder
-
Notify all MessageCountListeners about the removal of messages from this Folder.
- notifyStoreListeners(int, String) - Method in class jakarta.mail.Store
-
Notify all StoreListeners.
- notifyTransportListeners(int, Address[], Address[], Address[], Message) - Method in class jakarta.mail.Transport
-
Notify all TransportListeners.
- NotTerm - Class in jakarta.mail.search
-
This class implements the logical NEGATION operator.
- NotTerm(SearchTerm) - Constructor for class jakarta.mail.search.NotTerm
-
Constructor.
- number - Variable in class jakarta.mail.search.IntegerComparisonTerm
-
The number.
O
- Oneway - Annotation Type in jakarta.jws
-
Indicates that the given @WebMethod has only an input message and no output.
- open(int) - Method in class jakarta.mail.Folder
-
Open this Folder.
- opened(ConnectionEvent) - Method in class jakarta.mail.event.ConnectionAdapter
- opened(ConnectionEvent) - Method in interface jakarta.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is opened.
- OPENED - Static variable in class jakarta.mail.event.ConnectionEvent
-
A connection was opened.
- operationName() - Element in annotation type jakarta.jws.WebMethod
-
Name of the
wsdl:operationmatching this method. - OrTerm - Class in jakarta.mail.search
-
This class implements the logical OR operator on individual SearchTerms.
- OrTerm(SearchTerm[]) - Constructor for class jakarta.mail.search.OrTerm
-
Constructor that takes an array of SearchTerms.
- OrTerm(SearchTerm, SearchTerm) - Constructor for class jakarta.mail.search.OrTerm
-
Constructor that takes two operands.
- OUT - Enum constant in enum jakarta.jws.WebParam.Mode
- OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
- output() - Element in annotation type jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Actionmessage addressing property for theoutputmessage of the operation. - outputB(OutputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'b' encoder from the OutputStream.
- outputBase64(OutputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'base64' encoder from the OutputStream.
- outputBinary(OutputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'binary', '7bit' and '8bit' encoder from the OutputStream.
- outputLineStream(OutputStream, boolean) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a new LineOutputStream that supports writing out Strings as a sequence of bytes terminated by a CRLF sequence.
- outputQ(OutputStream, boolean) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'q' encoder.
- outputQP(OutputStream) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'quoted-printable' encoder from the OutputStream.
- outputUU(OutputStream, String) - Method in interface jakarta.mail.util.StreamProvider
-
Creates a 'uuencode', 'x-uuencode' and 'x-uue' encoder from the OutputStream.
P
- ParameterList - Class in jakarta.mail.internet
-
This class holds MIME parameters (attribute-value pairs).
- ParameterList() - Constructor for class jakarta.mail.internet.ParameterList
-
No-arg Constructor.
- ParameterList(String) - Constructor for class jakarta.mail.internet.ParameterList
-
Constructor that takes a parameter-list string.
- parameterStyle() - Element in annotation type jakarta.jws.soap.SOAPBinding
-
Determines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.
- parent - Variable in class jakarta.mail.BodyPart
-
The
Multipartobject containing thisBodyPart, if known. - parent - Variable in class jakarta.mail.Multipart
-
The
Partcontaining thisMultipart, if known. - parse() - Method in class jakarta.mail.internet.MimeMultipart
-
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts.
- parse(InputStream) - Method in class jakarta.mail.internet.MimeMessage
-
Parse the InputStream setting the
headersandcontentfields appropriately. - parse(String) - Method in class jakarta.activation.MimeTypeParameterList
-
A routine for parsing the parameter list out of a String.
- parse(String) - Static method in class jakarta.mail.internet.InternetAddress
-
Parse the given comma separated sequence of addresses into InternetAddress objects.
- parse(String) - Static method in class jakarta.mail.internet.NewsAddress
-
Parse the given comma separated sequence of newsgroups into NewsAddress objects.
- parse(String, boolean) - Static method in class jakarta.mail.internet.InternetAddress
-
Parse the given sequence of addresses into InternetAddress objects.
- parse(String, ParsePosition) - Method in class jakarta.mail.internet.MailDateFormat
-
Parses the given date in the format specified by RFC 2822.
- parseAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Return a string containing the lexical representation of the simple type.
- parseAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Return a string containing the lexical representation of the simple type.
- parseBase64Binary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseBase64Binary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseBoolean(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a boolean value.
- parseBoolean(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a boolean value.
- parseByte(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseByte(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in jakarta.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 jakarta.xml.bind.helpers
-
Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- parsed - Variable in class jakarta.mail.internet.MimeMultipart
-
Have we parsed the data from our InputStream yet? Defaults to true; set to false when our constructor is given a DataSource with an InputStream that we need to parse.
- parseDate(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDate(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDecimal(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a BigDecimal value.
- parseDecimal(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a BigDecimal value.
- parseDouble(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a double value.
- parseDouble(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a double value.
- ParseException - Exception in jakarta.mail.internet
-
The exception thrown due to an error in parsing RFC822 or MIME headers, including multipart bodies.
- ParseException() - Constructor for exception jakarta.mail.internet.ParseException
-
Constructs a ParseException with no detail message.
- ParseException(String) - Constructor for exception jakarta.mail.internet.ParseException
-
Constructs a ParseException with the specified detail message.
- parseFloat(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a float value.
- parseFloat(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a float value.
- parseHeader(String, boolean) - Static method in class jakarta.mail.internet.InternetAddress
-
Parse the given sequence of addresses into InternetAddress objects.
- parseHexBinary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseHexBinary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Convert the string argument into an int value.
- parseInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Convert the string argument into an int value.
- parseInteger(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Convert the string argument into a BigInteger value.
- parseInteger(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a BigInteger value.
- parseLong(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseLong(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseQName(String, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a QName value.
- parseShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a short value.
- parseShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a short value.
- parseString(String) - Method in class jakarta.mail.URLName
-
Method which does all of the work of parsing the string.
- parseString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Convert the lexical XSD string argument into a String value.
- parseString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a string.
- parseTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseUnsignedInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseUnsignedShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into an int value.
- parseUnsignedShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- part - Variable in class jakarta.mail.internet.MimePartDataSource
-
The MimePart that provides the data for this DataSource.
- Part - Interface in jakarta.mail
-
The
Partinterface is the common base interface for Messages and BodyParts. - partName() - Element in annotation type jakarta.jws.WebParam
-
The name of the
wsdl:partrepresenting this parameter. - partName() - Element in annotation type jakarta.jws.WebResult
-
The name of the wsdl:part representing this return value.
- partName() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
wsdl:part name for the wrapper part
- partName() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
wsdl:part name for the wrapper part
- parts - Variable in class jakarta.mail.Multipart
-
Vector of BodyPart objects.
- password() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Password to use for authentication.
- PASSWORD_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property: Password for authentication.
- PasswordAuthentication - Class in jakarta.mail
-
The class PasswordAuthentication is a data holder that is used by Authenticator.
- PasswordAuthentication(String, String) - Constructor for class jakarta.mail.PasswordAuthentication
-
Initialize a new PasswordAuthentication
- PATH_INFO - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: Request Path Info
- pattern - Variable in class jakarta.mail.search.StringTerm
-
The pattern.
- PAYLOAD - Enum constant in enum jakarta.xml.ws.Service.Mode
-
Payload mode.
- peek() - Method in class jakarta.mail.internet.HeaderTokenizer
-
Peek at the next token, without actually removing the token from the parse stream.
- personal - Variable in class jakarta.mail.internet.InternetAddress
-
The personal name.
- PortInfo - Interface in jakarta.xml.ws.handler
-
The
PortInfointerface is used by aHandlerResolverto query information about the port it is being asked to create a handler chain for. - portName() - Element in annotation type jakarta.jws.WebService
-
The port name of the Web Service.
- portName() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Port name.
- pos - Variable in exception jakarta.mail.internet.AddressException
-
The index in the string where the error occurred, or -1 if not known.
- preamble - Variable in class jakarta.mail.internet.MimeMultipart
-
The MIME multipart preamble text, the text that occurs before the first boundary line.
- PreencodedMimeBodyPart - Class in jakarta.mail.internet
-
A MimeBodyPart that handles data that has already been encoded.
- PreencodedMimeBodyPart(String) - Constructor for class jakarta.mail.internet.PreencodedMimeBodyPart
-
Create a PreencodedMimeBodyPart that assumes the data is encoded using the specified encoding.
- prefix() - Element in annotation type jakarta.xml.bind.annotation.XmlNs
-
Namespace prefix
- printAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- printAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a string value into a string.
- printBase64Binary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printBase64Binary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printBoolean(boolean) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a boolean value into a string.
- printBoolean(boolean) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a boolean value into a string.
- printByte(byte) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a byte value into a string.
- printByte(byte) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a byte value into a string.
- PrintConversionEvent - Interface in jakarta.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 jakarta.xml.bind.helpers
-
Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- printDate(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDate(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDecimal(BigDecimal) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a BigDecimal value into a string.
- printDouble(double) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a double value into a string.
- printDouble(double) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a double value into a string.
- printFloat(float) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a float value into a string.
- printFloat(float) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a float value into a string.
- printHexBinary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printHexBinary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printInt(int) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printInt(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- printInteger(BigInteger) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a BigInteger value into a string.
- printInteger(BigInteger) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a BigInteger value into a string.
- printLong(long) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts A long value into a string.
- printLong(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printQName(QName, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a QName instance into a string.
- printShort(short) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a short value into a string.
- printShort(short) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a short value into a string.
- printStackTrace() - Method in exception jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind.DatatypeConverter
-
Converts the string argument into a string.
- printString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a string.
- printTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printUnsignedInt(long) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts a long value into a string.
- printUnsignedInt(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printUnsignedShort(int) - Static method in class jakarta.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printUnsignedShort(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- properties() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Properties to include in the Session.
- PROPERTY - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
-
Every getter/setter pair in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated by
XmlTransient. - PropertyException - Exception in jakarta.xml.bind
-
This exception indicates that an error was encountered while getting or setting a property.
- PropertyException(String) - Constructor for exception jakarta.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message.
- PropertyException(String, Object) - Constructor for exception jakarta.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 jakarta.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and vendor specific errorCode.
- PropertyException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
- PropertyException(String, Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and linkedException.
- PropertyException(Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
-
Construct a PropertyException with a linkedException.
- propOrder() - Element in annotation type jakarta.xml.bind.annotation.XmlType
-
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
- protocolConnect(String, int, String, String) - Method in class jakarta.mail.Service
-
The service implementation should override this method to perform the actual protocol-specific connection attempt.
- ProtocolException - Exception in jakarta.xml.ws
-
The
ProtocolExceptionclass is a base class for exceptions related to a specific protocol binding. - ProtocolException() - Constructor for exception jakarta.xml.ws.ProtocolException
-
Constructs a new protocol exception with
nullas its detail message. - ProtocolException(String) - Constructor for exception jakarta.xml.ws.ProtocolException
-
Constructs a new protocol exception with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
-
Constructs a new runtime exception with the specified detail message and cause.
- ProtocolException(Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
-
Constructs a new runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message of cause). - provider() - Static method in interface jakarta.mail.util.StreamProvider
-
Creates a stream provider object.
- provider() - Static method in class jakarta.xml.ws.spi.Provider
-
Creates a new provider object.
- Provider - Class in jakarta.mail
-
The Provider is a class that describes a protocol implementation.
- Provider - Class in jakarta.xml.ws.spi
-
Service provider for
ServiceDelegateandEndpointobjects. - Provider<T> - Interface in jakarta.xml.ws
-
Service endpoints may implement the
Providerinterface as a dynamic alternative to an SEI. - Provider() - Constructor for class jakarta.xml.ws.spi.Provider
-
Creates a new instance of Provider
- Provider(Provider.Type, String, String, String, String) - Constructor for class jakarta.mail.Provider
-
Create a new provider of the specified type for the specified protocol.
- Provider.Type - Class in jakarta.mail
-
This inner class defines the Provider type.
- PUBLIC_MEMBER - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
-
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by
XmlTransient. - publish(HttpContext) - Method in class jakarta.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- publish(Object) - Method in class jakarta.xml.ws.Endpoint
-
Publishes this endpoint at the provided server context.
- publish(String) - Method in class jakarta.xml.ws.Endpoint
-
Publishes this endpoint at the given address.
- publish(String, Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates and publishes an endpoint for the specified implementor object at the given address.
- publish(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates and publishes an endpoint for the specified implementor object at the given address.
Q
- Q_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- QUALIFIED - Enum constant in enum jakarta.xml.bind.annotation.XmlNsForm
- QUERY_STRING - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: Query string for request.
- queueEvent(MailEvent, Vector<? extends EventListener>) - Method in class jakarta.mail.Service
-
Add the event and vector of listeners to the queue to be delivered.
- Quota - Class in jakarta.mail
-
This class represents a set of quotas for a given quota root.
- Quota(String) - Constructor for class jakarta.mail.Quota
-
Create a Quota object for the named quotaroot with no associated resources.
- Quota.Resource - Class in jakarta.mail
-
An individual resource in a quota root.
- QuotaAwareStore - Interface in jakarta.mail
-
An interface implemented by Stores that support quotas.
- quotaRoot - Variable in class jakarta.mail.Quota
-
The name of the quota root.
- quote(String, String) - Static method in class jakarta.mail.internet.MimeUtility
-
A utility method to quote a word, if the word contains any characters from the specified 'specials' list.
- QUOTED_PRINTABLE_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- QUOTEDSTRING - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating a quoted string.
R
- read() - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
readmethod ofInputStream. - read(byte[], int, int) - Method in class jakarta.mail.util.SharedFileInputStream
-
Reads bytes from this stream into the specified byte array, starting at the given offset.
- READ_ONLY - Static variable in class jakarta.mail.Folder
-
The Folder is read only.
- READ_WRITE - Static variable in class jakarta.mail.Folder
-
The state and contents of this folder can be modified.
- readEndpointReference(Source) - Method in class jakarta.xml.ws.spi.Provider
-
read an EndpointReference from the infoset contained in
eprInfoset. - readExternal(ObjectInput) - Method in class jakarta.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 jakarta.xml.ws.EndpointReference
-
Factory method to read an EndpointReference from the infoset contained in
eprInfoset. - readLine() - Method in interface jakarta.mail.util.LineInputStream
-
Read a line containing only ASCII characters from the input stream.
- ReadOnlyFolderException - Exception in jakarta.mail
-
This exception is thrown when an attempt is made to open a folder read-write access when the folder is marked read-only.
- ReadOnlyFolderException(Folder) - Constructor for exception jakarta.mail.ReadOnlyFolderException
-
Constructs a ReadOnlyFolderException with the specified folder and no detail message.
- ReadOnlyFolderException(Folder, String) - Constructor for exception jakarta.mail.ReadOnlyFolderException
-
Constructs a ReadOnlyFolderException with the specified detail message.
- ReadOnlyFolderException(Folder, String, Exception) - Constructor for exception jakarta.mail.ReadOnlyFolderException
-
Constructs a ReadOnlyFolderException with the specified detail message and embedded exception.
- readResolve() - Method in class jakarta.mail.internet.MimeMessage.RecipientType
- readResolve() - Method in class jakarta.mail.Message.RecipientType
-
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class.
- ReceivedDateTerm - Class in jakarta.mail.search
-
This class implements comparisons for the Message Received date
- ReceivedDateTerm(int, Date) - Constructor for class jakarta.mail.search.ReceivedDateTerm
-
Constructor.
- RECENT - Static variable in class jakarta.mail.Flags.Flag
-
This message is recent.
- RecipientStringTerm - Class in jakarta.mail.search
-
This class implements string comparisons for the Recipient Address headers.
- RecipientStringTerm(Message.RecipientType, String) - Constructor for class jakarta.mail.search.RecipientStringTerm
-
Constructor.
- RecipientTerm - Class in jakarta.mail.search
-
This class implements comparisons for the Recipient Address headers.
- RecipientTerm(Message.RecipientType, Address) - Constructor for class jakarta.mail.search.RecipientTerm
-
Constructor.
- RecipientType(String) - Constructor for class jakarta.mail.internet.MimeMessage.RecipientType
-
Constructor for use by subclasses.
- RecipientType(String) - Constructor for class jakarta.mail.Message.RecipientType
-
Constructor for use by subclasses.
- recycleNode() - Method in interface jakarta.xml.soap.Node
-
Notifies the implementation that this
Nodeobject is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later. - ref - Variable in exception jakarta.mail.internet.AddressException
-
The string being parsed.
- REFERENCE_PARAMETERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: WS Addressing Reference Parameters.
- referenceParameter(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the
referenceParameterto theW3CEndpointReferenceinstancewsa:ReferenceParameterselement. - remove(Flags) - Method in class jakarta.mail.Flags
-
Remove all flags in the given Flags object from this Flags object.
- remove(Flags.Flag) - Method in class jakarta.mail.Flags
-
Remove the specified system flag from this Flags object.
- remove(String) - Method in class jakarta.activation.MimeTypeParameterList
-
Remove any value associated with the given name.
- remove(String) - Method in class jakarta.mail.Flags
-
Remove the specified user flag from this Flags object.
- remove(String) - Method in class jakarta.mail.internet.ParameterList
-
Removes the specified parameter from this ParameterList.
- removeAllAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all
AttachmentPartobjects that have been added to thisSOAPMessageobject. - removeAllFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Removes any Subcodes that may be contained by this
SOAPFault. - removeAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Removes all the header entries from this
MimeHeadersobject. - removeAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Removes all the
MimeHeaderobjects for thisSOAPEnvelopeobject. - removeAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all the
AttachmentPartobjects that have header entries that match the specified headers. - removeAttribute(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified name.
- removeAttribute(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified qname.
- removeBodyPart(int) - Method in class jakarta.mail.internet.MimeMultipart
-
Remove the part at specified location (starting from 0).
- removeBodyPart(int) - Method in class jakarta.mail.Multipart
-
Remove the part at specified location (starting from 0).
- removeBodyPart(BodyPart) - Method in class jakarta.mail.internet.MimeMultipart
-
Remove the specified part from the multipart message.
- removeBodyPart(BodyPart) - Method in class jakarta.mail.Multipart
-
Remove the specified part from the multipart message.
- removeConnectionListener(ConnectionListener) - Method in class jakarta.mail.Folder
-
Remove a Connection event listener.
- removeConnectionListener(ConnectionListener) - Method in class jakarta.mail.Service
-
Remove a Connection event listener.
- removeContents() - Method in interface jakarta.xml.soap.SOAPElement
-
Detaches all children of this
SOAPElement. - removed - Variable in class jakarta.mail.event.MessageCountEvent
-
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this.
- REMOVED - Static variable in class jakarta.mail.event.MessageCountEvent
-
The messages were removed from their folder
- removeFolderListener(FolderListener) - Method in class jakarta.mail.Folder
-
Remove a Folder event listener.
- removeFolderListener(FolderListener) - Method in class jakarta.mail.Store
-
Remove a listener for Folder events.
- removeHeader(String) - Method in class jakarta.mail.internet.InternetHeaders
-
Remove all header entries that match the given name
- removeHeader(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Remove all headers with this name.
- removeHeader(String) - Method in class jakarta.mail.internet.MimeMessage
-
Remove all headers with this name.
- removeHeader(String) - Method in interface jakarta.mail.Part
-
Remove all headers with this name.
- removeHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Remove all
MimeHeaderobjects whose name matches the given name. - removeMessageChangedListener(MessageChangedListener) - Method in class jakarta.mail.Folder
-
Remove a MessageChanged listener.
- removeMessageCountListener(MessageCountListener) - Method in class jakarta.mail.Folder
-
Remove a MessageCount listener.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the namespace declaration corresponding to the given prefix.
- removeParameter(String) - Method in class jakarta.activation.MimeType
-
Remove any value associated with the given name.
- removeStoreListener(StoreListener) - Method in class jakarta.mail.Store
-
Remove a listener for Store events.
- removeTransportListener(TransportListener) - Method in class jakarta.mail.Transport
-
Remove a listener for Transport events.
- RENAMED - Static variable in class jakarta.mail.event.FolderEvent
-
The folder was renamed.
- renameTo(Folder) - Method in class jakarta.mail.Folder
-
Rename this Folder.
- reply(boolean) - Method in class jakarta.mail.internet.MimeMessage
-
Get a new Message suitable for a reply to this message.
- reply(boolean) - Method in class jakarta.mail.Message
-
Get a new Message suitable for a reply to this message.
- reply(boolean, boolean) - Method in class jakarta.mail.internet.MimeMessage
-
Get a new Message suitable for a reply to this message.
- REQUEST_CIPHER_SUITE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: cipher suite value when the request is received over HTTPS
- REQUEST_KEY_SIZE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: bit size of the algorithm when the request is received over HTTPS
- REQUEST_X509CERTIFICATE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: A SSL certificate, if any, associated with the request
- requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class jakarta.mail.Session
-
Call back to the application to get the needed user name and password.
- RequestWrapper - Annotation Type in jakarta.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
-
Specifies if the XML Schema attribute is optional or required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
-
Customize the element declaration to be required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
-
Customize the element declaration to be required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
-
Customize the wrapper element declaration to be required.
- required() - Element in annotation type jakarta.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
- reset() - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
resetmethod ofInputStream. - reset() - Method in class jakarta.xml.bind.util.ValidationEventCollector
-
Clear all collected errors and warnings.
- Resource(String, long, long) - Constructor for class jakarta.mail.Quota.Resource
-
Construct a Resource object with the given name, usage, and limit.
- resources - Variable in class jakarta.mail.Quota
-
The set of resources associated with this quota root.
- RespectBinding - Annotation Type in jakarta.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin a Jakarta XML Web Services runtime. - RespectBindingFeature - Class in jakarta.xml.ws
-
This feature clarifies the use of the
wsdl:bindingin a Jakarta XML Web Services runtime. - RespectBindingFeature() - Constructor for class jakarta.xml.ws.RespectBindingFeature
-
Creates an
RespectBindingFeature. - RespectBindingFeature(boolean) - Constructor for class jakarta.xml.ws.RespectBindingFeature
-
Creates an RespectBindingFeature
- Response<T> - Interface in jakarta.xml.ws
-
The
Responseinterface provides methods used to obtain the payload and context of a message sent in response to an operation invocation. - responses() - Element in annotation type jakarta.xml.ws.soap.Addressing
-
If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all.
- ResponseWrapper - Annotation Type in jakarta.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
- retainAll(Flags) - Method in class jakarta.mail.Flags
-
Remove any flags not in the given Flags object.
- RFC822 - Static variable in class jakarta.mail.internet.HeaderTokenizer
-
RFC822 specials
- roles() - Element in annotation type jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.List of SOAP roles/actors implemented by the handler.
- RPC - Enum constant in enum jakarta.jws.soap.SOAPBinding.Style
S
- SAAJMetaFactory - Class in jakarta.xml.soap
-
The access point for the implementation classes of the factories defined in the SAAJ API.
- SAAJMetaFactory() - Constructor for class jakarta.xml.soap.SAAJMetaFactory
-
Default constructor.
- SAAJResult - Class in jakarta.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol. - SAAJResult(SOAPElement) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results as a child node of theSOAPElementspecified. - SAAJResult(SOAPMessage) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. - SAAJResult(String) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the specified protocol. - saveChanges() - Method in class jakarta.mail.internet.MimeMessage
-
Updates the appropriate header fields of this message to be consistent with the message's contents.
- saveChanges() - Method in class jakarta.mail.Message
-
Save any changes made to this message into the message-store when the containing folder is closed, if the message is contained in a folder.
- saveChanges() - Method in class jakarta.xml.soap.SOAPMessage
-
Updates this
SOAPMessageobject with all the changes that have been made to it. - saved - Variable in class jakarta.mail.internet.MimeMessage
-
Does the
saveChangesmethod need to be called on this message? This flag is set to false by the public constructor and set to true by thesaveChangesmethod. - saveFile(File) - Method in class jakarta.mail.internet.MimeBodyPart
-
Save the contents of this part in the specified file.
- saveFile(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Save the contents of this part in the specified file.
- saveRequired() - Method in class jakarta.xml.soap.SOAPMessage
-
Indicates whether this
SOAPMessageobject needs to have the methodsaveChangescalled on it. - SchemaOutputResolver - Class in jakarta.xml.bind
-
Controls where a Jakarta XML Binding implementation puts the generates schema files.
- SchemaOutputResolver() - Constructor for class jakarta.xml.bind.SchemaOutputResolver
-
Do-nothing constructor for the derived classes.
- scope - Variable in class jakarta.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- scope() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
scope of the mapping.
- search(SearchTerm) - Method in class jakarta.mail.Folder
-
Search this Folder for messages matching the specified search criterion.
- search(SearchTerm, Message[]) - Method in class jakarta.mail.Folder
-
Search the given array of messages for those that match the specified search criterion.
- SearchException - Exception in jakarta.mail.search
-
The exception thrown when a Search expression could not be handled.
- SearchException() - Constructor for exception jakarta.mail.search.SearchException
-
Constructs a SearchException with no detail message.
- SearchException(String) - Constructor for exception jakarta.mail.search.SearchException
-
Constructs a SearchException with the specified detail message.
- SearchTerm - Class in jakarta.mail.search
-
Search criteria are expressed as a tree of search-terms, forming a parse-tree for the search expression.
- SearchTerm() - Constructor for class jakarta.mail.search.SearchTerm
-
Creates a default
SearchTerm. - SEEN - Static variable in class jakarta.mail.Flags.Flag
-
This message is seen.
- send(Message) - Static method in class jakarta.mail.Transport
-
Send a message.
- send(Message, Address[]) - Static method in class jakarta.mail.Transport
-
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
- send(Message, Address[], String, String) - Static method in class jakarta.mail.Transport
-
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
- send(Message, String, String) - Static method in class jakarta.mail.Transport
-
Send a message.
- SendFailedException - Exception in jakarta.mail
-
This exception is thrown when the message cannot be sent.
- SendFailedException() - Constructor for exception jakarta.mail.SendFailedException
-
Constructs a SendFailedException with no detail message.
- SendFailedException(String) - Constructor for exception jakarta.mail.SendFailedException
-
Constructs a SendFailedException with the specified detail message.
- SendFailedException(String, Exception) - Constructor for exception jakarta.mail.SendFailedException
-
Constructs a SendFailedException with the specified Exception and detail message.
- SendFailedException(String, Exception, Address[], Address[], Address[]) - Constructor for exception jakarta.mail.SendFailedException
-
Constructs a SendFailedException with the specified string and the specified address objects.
- sendMessage(Message, Address[]) - Method in class jakarta.mail.Transport
-
Send the Message to the specified list of addresses.
- SentDateTerm - Class in jakarta.mail.search
-
This class implements comparisons for the Message SentDate.
- SentDateTerm(int, Date) - Constructor for class jakarta.mail.search.SentDateTerm
-
Constructor.
- Service - Class in jakarta.mail
-
An abstract class that contains the functionality common to messaging services, such as stores and transports.
- Service - Class in jakarta.xml.ws
-
Serviceobjects provide the client view of a Web service. - Service(Session, URLName) - Constructor for class jakarta.mail.Service
-
Constructor.
- Service(URL, QName) - Constructor for class jakarta.xml.ws.Service
-
Creates a
Service. - Service(URL, QName, WebServiceFeature...) - Constructor for class jakarta.xml.ws.Service
-
Creates a
Service. - Service.Mode - Enum in jakarta.xml.ws
-
The orientation of a dynamic client or service.
- ServiceDelegate - Class in jakarta.xml.ws.spi
-
Service delegates are used internally by
Serviceobjects to allow pluggability of Jakarta XML Web Services implementations. - ServiceDelegate() - Constructor for class jakarta.xml.ws.spi.ServiceDelegate
-
Default constructor.
- ServiceMode - Annotation Type in jakarta.xml.ws
-
Used to indicate whether a
Providerimplementation wishes to work with entire protocol messages or just with protocol message payloads. - serviceName() - Element in annotation type jakarta.jws.WebService
-
The service name of the Web Service.
- serviceName() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Service name.
- serviceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
serviceNameas thewsam:ServiceNameelement in thewsa:Metadataelement. - SERVLET_CONTEXT - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet context object.
- SERVLET_REQUEST - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet request object.
- SERVLET_RESPONSE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet response object.
- session - Variable in class jakarta.mail.Message
-
The Session object for this Message
- session - Variable in class jakarta.mail.Service
-
The session from which this service was created.
- Session - Class in jakarta.mail
-
The Session class represents a mail session and is not subclassed.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
- set(String, String) - Method in class jakarta.activation.MimeTypeParameterList
-
Set the value to be associated with the given name, replacing any previous association.
- set(String, String) - Method in class jakarta.mail.internet.ParameterList
-
Set a parameter.
- set(String, String, String) - Method in class jakarta.mail.internet.ParameterList
-
Set a parameter.
- set2DigitYearStart(Date) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
- setActor(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this
SOAPHeaderElementobject to the specified actor. - setAdapter(A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(A) - Method in interface jakarta.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapterwith this marshaller. - setAdapter(A) - Method in interface jakarta.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapterwith this unmarshaller. - setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapterwith this marshaller. - setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapterwith this unmarshaller. - setAddress(String) - Method in class jakarta.mail.internet.InternetAddress
-
Set the email address.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface jakarta.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 jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface jakarta.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 jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStreamand sets the value of theContent-Typeheader to the value contained incontentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment. - setBuilder(DocumentBuilder) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- setCalendar(Calendar) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific calendar.
- setColumnNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- setCommandContext(String, DataHandler) - Method in interface jakarta.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 jakarta.activation.DataHandler
-
Set the CommandMap for use by this DataHandler.
- setConnected(boolean) - Method in class jakarta.mail.Service
-
Set the connection state of this service.
- setConnectTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setContent(Multipart) - Method in class jakarta.mail.internet.MimeBodyPart
-
This method sets the body part's content to a Multipart object.
- setContent(Multipart) - Method in class jakarta.mail.internet.MimeMessage
-
This method sets the Message's content to a Multipart object.
- setContent(Multipart) - Method in interface jakarta.mail.Part
-
This method sets the given Multipart object as this message's content.
- setContent(Object, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
A convenience method for setting this body part's content.
- setContent(Object, String) - Method in class jakarta.mail.internet.MimeMessage
-
A convenience method for setting this Message's content.
- setContent(Object, String) - Method in interface jakarta.mail.Part
-
A convenience method for setting this part's content.
- setContent(Object, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that of the given
Objectand sets the value of theContent-Typeheader to the given type. - setContent(Source) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the content of the
SOAPEnvelopeobject with the data from the givenSourceobject. - setContentDescription(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Sets the description of this
SOAPMessageobject's content with the given description. - setContentId(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id" to the given
String. - setContentID(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the "Content-ID" header field of this body part.
- setContentID(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Content-ID" header field of this Message.
- setContentLanguage(String[]) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the Content-Language header of this MimePart.
- setContentLanguage(String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Content-Language" header of this MimePart.
- setContentLanguage(String[]) - Method in interface jakarta.mail.internet.MimePart
-
Set the Content-Language header of this MimePart.
- setContentLocation(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location" to the given
String. - setContentMD5(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the "Content-MD5" header field of this body part.
- setContentMD5(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Content-MD5" header field of this Message.
- setContentMD5(String) - Method in interface jakarta.mail.internet.MimePart
-
Set the Content-MD5 of this part.
- setContentType(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- setDataContentHandlerFactory(DataContentHandlerFactory) - Static method in class jakarta.activation.DataHandler
-
Sets the DataContentHandlerFactory.
- setDataHandler(DataHandler) - Method in class jakarta.mail.internet.MimeBodyPart
-
This method provides the mechanism to set this body part's content.
- setDataHandler(DataHandler) - Method in class jakarta.mail.internet.MimeMessage
-
This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) - Method in interface jakarta.mail.Part
-
This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the given
DataHandlerobject as the data handler for thisAttachmentPartobject. - setDatatypeConverter(DatatypeConverterInterface) - Static method in class jakarta.xml.bind.DatatypeConverter
-
This method is for Jakarta XML Binding provider use only.
- setDateFormatSymbols(DateFormatSymbols) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates specific date format symbols.
- setDebug(boolean) - Method in class jakarta.mail.Session
-
Set the debug setting for this Session.
- setDebugOut(PrintStream) - Method in class jakarta.mail.Session
-
Set the stream to be used for debugging output for this session.
- setDefaultCommandMap(CommandMap) - Static method in class jakarta.activation.CommandMap
-
Set the default CommandMap.
- setDefaultFileTypeMap(FileTypeMap) - Static method in class jakarta.activation.FileTypeMap
-
Sets the default FileTypeMap for the system.
- setDescription(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the "Content-Description" header field for this body part.
- setDescription(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Content-Description" header field for this Message.
- setDescription(String) - Method in interface jakarta.mail.Part
-
Set a description String for this part.
- setDescription(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the "Content-Description" header field for this body part.
- setDescription(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Content-Description" header field for this Message.
- setDisposition(String) - Method in class jakarta.mail.internet.ContentDisposition
-
Set the disposition.
- setDisposition(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the disposition in the "Content-Disposition" header field of this body part.
- setDisposition(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the disposition in the "Content-Disposition" header field of this body part.
- setDisposition(String) - Method in interface jakarta.mail.Part
-
Set the disposition of this part.
- setElementQName(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Changes the name of this
ElementtonewNameif possible. - setEncoding(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEncodingStyle(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Sets the encoding style for this
SOAPElementobject to one specified. - setEndpointContext(EndpointContext) - Method in class jakarta.xml.ws.Endpoint
-
By setting a
EndpointContext, Jakarta XML Web Services runtime knows about addresses of other endpoints in an application. - setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.Binder
-
Allow an application to register a
ValidationEventHandler. - setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Marshaller
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Unmarshaller
-
Allow an application to register a
ValidationEventHandler. - setExecutor(Executor) - Method in class jakarta.xml.ws.Endpoint
-
Sets the executor for this
Endpointinstance. - setExecutor(Executor) - Method in class jakarta.xml.ws.Service
-
Sets the executor for this
Serviceinstance. - setExecutor(Executor) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the executor for this
Serviceinstance. - setExpunged(boolean) - Method in class jakarta.mail.Message
-
Sets the expunged flag for this Message.
- setFaultActor(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault actor. - setFaultCode(Name) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultCode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the give fault code. - setFaultCode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultNode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for this
SOAPFaultobject. - setFaultRole(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for this
SOAPFaultobject. - setFaultString(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string. - setFaultString(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string and localized to the given locale. - setFileName(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the filename associated with this body part, if possible.
- setFileName(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the filename associated with this part, if possible.
- setFileName(String) - Method in interface jakarta.mail.Part
-
Set the filename associated with this part, if possible.
- setFileTypeMap(FileTypeMap) - Method in class jakarta.activation.FileDataSource
-
Set the FileTypeMap to use with this FileDataSource
- setFlag(Flags.Flag, boolean) - Method in class jakarta.mail.Message
-
Set the specified flag on this message to the specified value.
- setFlags(int[], Flags, boolean) - Method in class jakarta.mail.Folder
-
Set the specified flags on the messages whose message numbers are in the array.
- setFlags(int, int, Flags, boolean) - Method in class jakarta.mail.Folder
-
Set the specified flags on the messages numbered from start through end, both start and end inclusive.
- setFlags(Flags, boolean) - Method in class jakarta.mail.internet.MimeMessage
-
Set the flags for this message.
- setFlags(Flags, boolean) - Method in class jakarta.mail.Message
-
Set the specified flags on this message to the specified value.
- setFlags(Message[], Flags, boolean) - Method in class jakarta.mail.Folder
-
Set the specified flags on the messages specified in the array.
- setFormattedOutput(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- setFrom() - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field using the value of the
InternetAddress.getLocalAddressmethod. - setFrom() - Method in class jakarta.mail.Message
-
Set the "From" attribute in this Message.
- setFrom(Address) - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setFrom(Address) - Method in class jakarta.mail.Message
-
Set the "From" attribute in this Message.
- setFrom(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "From" header field.
- setHandler(HttpHandler) - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Jakarta XML Web Services runtime sets its handler during
Endpoint.publish(HttpContext)to handle HTTP requests for this context. - setHandlerChain(List<Handler>) - Method in interface jakarta.xml.ws.Binding
-
Sets the handler chain for the protocol binding instance.
- setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.Service
-
Sets the
HandlerResolverfor thisServiceinstance. - setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the
HandlerResolverfor thisServiceinstance. - setHeader(String, String) - Method in class jakarta.mail.internet.InternetHeaders
-
Change the first header line that matches name to have value, adding a new header if no existing header matches.
- setHeader(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Set the value for this header_name.
- setHeader(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the value for this header_name.
- setHeader(String, String) - Method in interface jakarta.mail.Part
-
Set the value for this header_name.
- setHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
- setHost(String) - Method in class jakarta.mail.internet.NewsAddress
-
Set the host.
- setHumanPresentableName(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Set the human presentable name.
- setLineNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the lineNumber field on this event locator.
- setLinkedException(Throwable) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception jakarta.xml.bind.JAXBException
-
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception jakarta.xml.bind.TypeConstraintException
-
Add a linked Exception.
- setListener(Marshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setListener(Marshaller.Listener) - Method in interface jakarta.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listenerwith thisMarshaller. - setListener(Unmarshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setListener(Unmarshaller.Listener) - Method in interface jakarta.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listenerwith thisUnmarshaller. - setLocator(ValidationEventLocator) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the locator object for this event.
- setMessage(SOAPMessage) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Sets the SOAPMessage in this message context
- setMessage(String) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setMessageNumber(int) - Method in class jakarta.mail.Message
-
Set the Message number for this Message.
- setMetadata(List<Source>) - Method in class jakarta.xml.ws.Endpoint
-
Sets the metadata for this endpoint.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
- setMTOMEnabled(boolean) - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Enables or disables use of MTOM.
- setMultipartDataSource(MultipartDataSource) - Method in class jakarta.mail.Multipart
-
Setup this Multipart object from the given MultipartDataSource.
- setMustUnderstand(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this
SOAPHeaderElementobject to be either true or false. - setName(String) - Method in class jakarta.mail.util.ByteArrayDataSource
-
Set the name of the data.
- setNewsgroup(String) - Method in class jakarta.mail.internet.NewsAddress
-
Set the newsgroup.
- setNextException(Exception) - Method in exception jakarta.mail.MessagingException
-
Add an exception to the end of the chain.
- setNil(boolean) - Method in class jakarta.xml.bind.JAXBElement
-
Set whether this element has nil content.
- setNode(Node) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the noNamespaceSchemaLocation.
- setNumberFormat(NumberFormat) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific number format.
- setObject(Object) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- setOffset(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the offset field on this event locator.
- setParameter(String, String) - Method in class jakarta.activation.MimeType
-
Set the value to be associated with the given name, replacing any previous association.
- setParameter(String, String) - Method in class jakarta.mail.internet.ContentDisposition
-
Set the specified parameter.
- setParameter(String, String) - Method in class jakarta.mail.internet.ContentType
-
Set the specified parameter.
- setParameterList(ParameterList) - Method in class jakarta.mail.internet.ContentDisposition
-
Set a new ParameterList.
- setParameterList(ParameterList) - Method in class jakarta.mail.internet.ContentType
-
Set a new ParameterList.
- setParent(Part) - Method in class jakarta.mail.Multipart
-
Set the parent of this
Multipartto be the specifiedPart. - setParentElement(SOAPElement) - Method in interface jakarta.xml.soap.Node
-
Sets the parent of this
Nodeobject to the givenSOAPElementobject. - setPasswordAuthentication(URLName, PasswordAuthentication) - Method in class jakarta.mail.Session
-
Save a PasswordAuthentication for this (store or transport) URLName.
- setPayload(Object, JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
-
Sets the message payload
- setPayload(Source) - Method in interface jakarta.xml.ws.LogicalMessage
-
Sets the message payload
- setPersonal(String) - Method in class jakarta.mail.internet.InternetAddress
-
Set the personal name.
- setPersonal(String, String) - Method in class jakarta.mail.internet.InternetAddress
-
Set the personal name.
- setPreamble(String) - Method in class jakarta.mail.internet.MimeMultipart
-
Set the preamble text to be included before the first body part.
- setPrimaryType(String) - Method in class jakarta.activation.MimeType
-
Set the primary type for this object to the given String.
- setPrimaryType(String) - Method in class jakarta.mail.internet.ContentType
-
Set the primary type.
- setProperties(Map<String, Object>) - Method in class jakarta.xml.ws.Endpoint
-
Sets the property bag for this
Endpointinstance. - setProperty(String, Object) - Method in class jakarta.xml.bind.Binder
-
Set the particular property in the underlying implementation of
Binder. - setProperty(String, Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the setProperty method handles the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class jakarta.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 jakarta.xml.bind.Marshaller
-
Set the particular property in the underlying implementation of
Marshaller. - setProperty(String, Object) - Method in interface jakarta.xml.bind.Unmarshaller
-
Set the particular property in the underlying implementation of
Unmarshaller. - setProperty(String, Object) - Method in class jakarta.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setProtocolForAddress(String, String) - Method in class jakarta.mail.Session
-
Set the default transport protocol to use for addresses of the specified type.
- setProvider(Provider) - Method in class jakarta.mail.Session
-
Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.
- setQuota(Quota) - Method in interface jakarta.mail.QuotaAwareStore
-
Set the quotas for the quota root specified in the quota argument.
- setRawContent(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
InputStreamcontentand sets the value of theContent-Typeheader to the value contained incontentType. - setRawContentBytes(byte[], int, int, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
byte[]arraycontentand sets the value of theContent-Typeheader to the value contained incontentType. - setReadTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setRecipient(Message.RecipientType, Address) - Method in class jakarta.mail.Message
-
Set the recipient address.
- setRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.Message
-
Set the recipient addresses.
- setRecipients(Message.RecipientType, String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the specified recipient type to the given addresses.
- setRelay(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this
SOAPHeaderElementto be either true or false. - setReplyTo(Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "Reply-To" header field.
- setReplyTo(Address[]) - Method in class jakarta.mail.Message
-
Set the addresses to which replies should be directed.
- setResourceLimit(String, long) - Method in class jakarta.mail.Quota
-
Set a resource limit for this quota root.
- setRole(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the
Roleassociated with thisSOAPHeaderElementobject to the specifiedRole. - setRoles(Set<String>) - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Sets the roles played by the SOAP binding instance.
- setSchema(Schema) - Method in class jakarta.xml.bind.Binder
-
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setSchema(Schema) - Method in interface jakarta.xml.bind.Marshaller
-
Specify the JAXP
Schemaobject that should be used to validate subsequent marshal operations against. - setSchema(Schema) - Method in interface jakarta.xml.bind.Unmarshaller
-
Specify the JAXP
Schemaobject that should be used to validate subsequent unmarshal operations against. - setSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the schemaLocation.
- setScope(String, MessageContext.Scope) - Method in interface jakarta.xml.ws.handler.MessageContext
-
Sets the scope of a property.
- setSender(Address) - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "Sender" header field.
- setSentDate(Date) - Method in class jakarta.mail.internet.MimeMessage
-
Set the RFC 822 "Date" header field.
- setSentDate(Date) - Method in class jakarta.mail.Message
-
Set the sent date of this message.
- setSeverity(int) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setStatus(int) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Sets the HTTP status code for the response.
- setSubject(String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Subject" header field.
- setSubject(String) - Method in class jakarta.mail.Message
-
Set the subject of this message.
- setSubject(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Set the "Subject" header field.
- setSubscribed(boolean) - Method in class jakarta.mail.Folder
-
Subscribe or unsubscribe this Folder.
- setSubType(String) - Method in class jakarta.activation.MimeType
-
Set the subtype for this object to the given String.
- setSubType(String) - Method in class jakarta.mail.internet.ContentType
-
Set the subType.
- setSubType(String) - Method in class jakarta.mail.internet.MimeMultipart
-
Set the subtype.
- setText(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
- setText(String) - Method in class jakarta.mail.internet.MimeMessage
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
- setText(String) - Method in interface jakarta.mail.internet.MimePart
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
- setText(String) - Method in interface jakarta.mail.Part
-
A convenience method that sets the given String as this part's content with a MIME type of "text/plain".
- setText(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
- setText(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
- setText(String, String) - Method in interface jakarta.mail.internet.MimePart
-
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
- setText(String, String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
- setText(String, String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
- setText(String, String, String) - Method in interface jakarta.mail.internet.MimePart
-
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
- setURL(URL) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setURLName(URLName) - Method in class jakarta.mail.Service
-
Set the URLName representing this service.
- setValue(String) - Method in interface jakarta.xml.soap.Node
-
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
- setValue(T) - Method in class jakarta.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- SharedByteArrayInputStream - Class in jakarta.mail.util
-
A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.
- SharedByteArrayInputStream(byte[]) - Constructor for class jakarta.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream representing the entire byte array.
- SharedByteArrayInputStream(byte[], int, int) - Constructor for class jakarta.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream representing the part of the byte array from
offsetforlengthbytes. - SharedFileInputStream - Class in jakarta.mail.util
-
A
SharedFileInputStreamis aBufferedInputStreamthat buffers data from the file and supports themarkandresetmethods. - SharedFileInputStream(File) - Constructor for class jakarta.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStreamfor the file. - SharedFileInputStream(File, int) - Constructor for class jakarta.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStreamwith the specified buffer size. - SharedFileInputStream(String) - Constructor for class jakarta.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStreamfor the named file - SharedFileInputStream(String, int) - Constructor for class jakarta.mail.util.SharedFileInputStream
-
Creates a
SharedFileInputStreamwith the specified buffer size. - SharedInputStream - Interface in jakarta.mail.internet
-
An InputStream that is backed by data that can be shared by multiple readers may implement this interface.
- size() - Method in class jakarta.activation.MimeTypeParameterList
-
Return the number of name-value pairs in this list.
- size() - Method in class jakarta.mail.internet.ParameterList
-
Return the number of parameters in this list.
- SIZE - Static variable in class jakarta.mail.FetchProfile.Item
-
SIZE is a fetch profile item that can be included in a
FetchProfileduring a fetch request to a Folder. - SizeTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message sizes.
- SizeTerm(int, int) - Constructor for class jakarta.mail.search.SizeTerm
-
Constructor.
- skip(long) - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
skipmethod ofInputStream. - SOAP_1_1_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.1. - SOAP_1_1_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.1 specification. - SOAP_1_2_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.2. - SOAP_1_2_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specification - SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_ENV_PREFIX - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- SOAP11HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding.
- SOAP11HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
- SOAP12HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding.
- SOAP12HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
- SOAPACTION_URI_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPBinding - Interface in jakarta.xml.ws.soap
-
The
SOAPBindinginterface is an abstraction for the SOAP binding. - SOAPBinding - Annotation Type in jakarta.jws.soap
-
Specifies the mapping of the Web Service onto the SOAP message protocol.
- SOAPBinding.ParameterStyle - Enum in jakarta.jws.soap
-
The style of mapping parameters onto SOAP messages
- SOAPBinding.Style - Enum in jakarta.jws.soap
-
The SOAP binding style
- SOAPBinding.Use - Enum in jakarta.jws.soap
-
The SOAP binding use
- SOAPBody - Interface in jakarta.xml.soap
-
An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPBodyElement - Interface in jakarta.xml.soap
-
A
SOAPBodyElementobject represents the contents in aSOAPBodyobject. - SOAPConnection - Class in jakarta.xml.soap
-
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class jakarta.xml.soap.SOAPConnection
-
Default constructor.
- SOAPConnectionFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPConnectionobjects. - SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
-
Default constructor.
- SOAPConstants - Interface in jakarta.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in jakarta.xml.soap
-
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
- SOAPEnvelope - Interface in jakarta.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPartobject. - SOAPException - Exception in jakarta.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with no reason or embeddedThrowableobject. - SOAPException(String) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown. - SOAPException(String, Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown and the givenThrowableobject as an embedded exception. - SOAPException(Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject initialized with the givenThrowableobject. - SOAPFactory - Class in jakarta.xml.soap
-
SOAPFactoryis a factory for creating various objects that exist in the SOAP XML tree. - SOAPFactory() - Constructor for class jakarta.xml.soap.SOAPFactory
-
Default constructor.
- SOAPFault - Interface in jakarta.xml.soap
-
An element in the
SOAPBodyobject that contains error and/or status information. - SOAPFaultElement - Interface in jakarta.xml.soap
-
A representation of the contents in a
SOAPFaultobject. - SOAPFaultException - Exception in jakarta.xml.ws.soap
-
The
SOAPFaultExceptionexception represents a SOAP 1.1 or 1.2 fault. - SOAPFaultException(SOAPFault) - Constructor for exception jakarta.xml.ws.soap.SOAPFaultException
-
Constructor for SOAPFaultException
- SOAPHandler<T extends SOAPMessageContext> - Interface in jakarta.xml.ws.handler.soap
-
The
SOAPHandlerclass extendsHandlerto provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler. - SOAPHeader - Interface in jakarta.xml.soap
-
A representation of the SOAP header element.
- SOAPHeaderElement - Interface in jakarta.xml.soap
-
An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - Class in jakarta.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class jakarta.xml.soap.SOAPMessage
-
Default constructor.
- SOAPMessageContext - Interface in jakarta.xml.ws.handler.soap
-
The interface
SOAPMessageContextprovides access to the SOAP message for either RPC request or response. - SOAPMessageHandler - Annotation Type in jakarta.jws.soap
-
Deprecated.
- SOAPMessageHandlers - Annotation Type in jakarta.jws.soap
-
Deprecated.As of JSR-181 2.0 with no replacement.
- SOAPPart - Class in jakarta.xml.soap
-
The container for the SOAP-specific portion of a
SOAPMessageobject. - SOAPPart() - Constructor for class jakarta.xml.soap.SOAPPart
-
Default constructor.
- start - Variable in class jakarta.mail.util.SharedByteArrayInputStream
-
Position within shared buffer that this stream starts at.
- start - Variable in class jakarta.mail.util.SharedFileInputStream
-
The file offset of the start of data in this subset of the file.
- stop() - Method in class jakarta.xml.ws.Endpoint
-
Stops publishing this endpoint.
- store - Variable in class jakarta.mail.Folder
-
The parent store.
- Store - Class in jakarta.mail
-
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
- Store(Session, URLName) - Constructor for class jakarta.mail.Store
-
Constructor.
- STORE - Static variable in class jakarta.mail.Provider.Type
-
The Provider of type
STORE. - StoreClosedException - Exception in jakarta.mail
-
This exception is thrown when a method is invoked on a Messaging object and the Store that owns that object has died due to some reason.
- StoreClosedException(Store) - Constructor for exception jakarta.mail.StoreClosedException
-
Constructs a StoreClosedException with no detail message.
- StoreClosedException(Store, String) - Constructor for exception jakarta.mail.StoreClosedException
-
Constructs a StoreClosedException with the specified detail message.
- StoreClosedException(Store, String, Exception) - Constructor for exception jakarta.mail.StoreClosedException
-
Constructs a StoreClosedException with the specified detail message and embedded exception.
- StoreEvent - Class in jakarta.mail.event
-
This class models notifications from the Store connection.
- StoreEvent(Store, int, String) - Constructor for class jakarta.mail.event.StoreEvent
-
Construct a StoreEvent.
- StoreListener - Interface in jakarta.mail.event
-
This is the Listener interface for Store Notifications.
- storeProtocol() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Store protocol name.
- streamProvider - Variable in class jakarta.mail.BodyPart
-
Instance of stream provider.
- streamProvider - Variable in class jakarta.mail.Multipart
-
Instance of stream provider.
- StreamProvider - Interface in jakarta.mail.util
-
Service lookup is used to find implementations of this interface.
- StreamProvider.EncoderTypes - Enum in jakarta.mail.util
-
Enumeration with the different encoder types supported by the Mail API.
- StringTerm - Class in jakarta.mail.search
-
This class implements the match method for Strings.
- StringTerm(String) - Constructor for class jakarta.mail.search.StringTerm
-
Construct a StringTerm with the given pattern.
- StringTerm(String, boolean) - Constructor for class jakarta.mail.search.StringTerm
-
Construct a StringTerm with the given pattern and ignoreCase flag.
- style() - Element in annotation type jakarta.jws.soap.SOAPBinding
-
Defines the encoding style for messages send to and from the Web Service.
- SubjectTerm - Class in jakarta.mail.search
-
This class implements comparisons for the message Subject header.
- SubjectTerm(String) - Constructor for class jakarta.mail.search.SubjectTerm
-
Constructor.
- substitutionHeadName() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
XML local name of a substitution group's head element.
- substitutionHeadNamespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
-
namespace name of a substitution group's head XML element.
T
- targetNamespace() - Element in annotation type jakarta.jws.WebParam
-
The XML namespace for the parameter.
- targetNamespace() - Element in annotation type jakarta.jws.WebResult
-
The XML namespace for the return value.
- targetNamespace() - Element in annotation type jakarta.jws.WebService
-
If the @WebService.targetNamespace annotation is on a service endpoint interface, the targetNamespace is used for the namespace for the wsdl:portType (and associated XML elements).
- targetNamespace() - Element in annotation type jakarta.xml.ws.RequestWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.ResponseWrapper
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebFault
-
Element's namespace name.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The namespace for the Web service.
- targetNamespace() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Target namespace for the service
- Text - Interface in jakarta.xml.soap
-
A representation of a node whose value is text.
- threshold() - Element in annotation type jakarta.xml.ws.soap.MTOM
-
Property for MTOM threshold value.
- TO - Static variable in class jakarta.mail.Message.RecipientType
-
The "To" (primary) recipients.
- Token(int, String) - Constructor for class jakarta.mail.internet.HeaderTokenizer.Token
-
Constructor.
- toString() - Method in class jakarta.activation.MimeType
-
Return the String representation of this object.
- toString() - Method in class jakarta.activation.MimeTypeEntry
- toString() - Method in class jakarta.activation.MimeTypeParameterList
-
Return a string representation of this object.
- toString() - Method in class jakarta.mail.Address
-
Return a String representation of this address object.
- toString() - Method in class jakarta.mail.FetchProfile.Item
-
Include the name in the toString return value for debugging.
- toString() - Method in class jakarta.mail.Flags
-
Return a string representation of this Flags object.
- toString() - Method in class jakarta.mail.Folder
-
override the default toString(), it will return the String from Folder.getFullName() or if that is null, it will use the default toString() behavior.
- toString() - Method in exception jakarta.mail.internet.AddressException
- toString() - Method in class jakarta.mail.internet.ContentDisposition
-
Retrieve a RFC2045 style string representation of this ContentDisposition.
- toString() - Method in class jakarta.mail.internet.ContentType
-
Retrieve a RFC2045 style string representation of this Content-Type.
- toString() - Method in class jakarta.mail.internet.InternetAddress
-
Convert this address into a RFC 822 / RFC 2047 encoded address.
- toString() - Method in class jakarta.mail.internet.NewsAddress
-
Convert this address into a RFC 1036 address.
- toString() - Method in class jakarta.mail.internet.ParameterList
-
Convert this ParameterList into a MIME String.
- toString() - Method in class jakarta.mail.Message.RecipientType
- toString() - Method in exception jakarta.mail.MessagingException
-
Override toString method to provide information on nested exceptions.
- toString() - Method in class jakarta.mail.Provider
-
Overrides Object.toString()
- toString() - Method in class jakarta.mail.Provider.Type
- toString() - Method in class jakarta.mail.Service
-
Return
getURLName.toString()if this service has a URLName, otherwise it will return the defaulttoString. - toString() - Method in class jakarta.mail.URLName
-
Constructs a string representation of this URLName.
- toString() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in exception jakarta.xml.bind.JAXBException
-
Returns a short description of this JAXBException.
- toString() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Returns a short description of this TypeConstraintException.
- toString() - Method in class jakarta.xml.ws.EndpointReference
-
Displays EPR infoset for debugging convenience.
- toString(int) - Method in class jakarta.mail.internet.ParameterList
-
Convert this ParameterList into a MIME String.
- toString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
-
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
- toString(Address[]) - Static method in class jakarta.mail.internet.NewsAddress
-
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
- toString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
-
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
- toUnicodeString() - Method in class jakarta.mail.internet.InternetAddress
-
Returns a properly formatted address (RFC 822 syntax) of Unicode characters.
- toUnicodeString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
-
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
- toUnicodeString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
-
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
- Transport - Class in jakarta.mail
-
An abstract class that models a message transport.
- Transport(Session, URLName) - Constructor for class jakarta.mail.Transport
-
Constructor.
- TRANSPORT - Static variable in class jakarta.mail.Provider.Type
-
The Provider of type
TRANSPORT. - TransportAdapter - Class in jakarta.mail.event
-
The adapter which receives Transport events.
- TransportAdapter() - Constructor for class jakarta.mail.event.TransportAdapter
-
Creates a default
TransportAdapter. - TransportEvent - Class in jakarta.mail.event
-
This class models Transport events.
- TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class jakarta.mail.event.TransportEvent
-
Constructor.
- TransportListener - Interface in jakarta.mail.event
-
This is the Listener interface for Transport events
- transportProtocol() - Element in annotation type jakarta.mail.MailSessionDefinition
-
Transport protocol name.
- type - Variable in class jakarta.mail.event.ConnectionEvent
-
The event type.
- type - Variable in class jakarta.mail.event.FolderEvent
-
The event type.
- type - Variable in class jakarta.mail.event.MessageChangedEvent
-
The event type.
- type - Variable in class jakarta.mail.event.MessageCountEvent
-
The event type.
- type - Variable in class jakarta.mail.event.StoreEvent
-
The event type.
- type - Variable in class jakarta.mail.event.TransportEvent
-
The event type.
- type - Variable in class jakarta.mail.Message.RecipientType
-
The type of recipient, usually the name of a corresponding Internet standard header.
- type() - Element in annotation type jakarta.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 jakarta.xml.bind.annotation.XmlElement
-
The Java class being referenced.
- type() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
-
The Java type being referenced.
- type() - Element in annotation type jakarta.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 jakarta.xml.ws.WebServiceRef
-
The Java type of the resource.
- TypeConstraintException - Exception in jakarta.xml.bind
-
This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException(String) - Constructor for exception jakarta.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) - Constructor for exception jakarta.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
- TypeConstraintException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
- TypeConstraintException(String, Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and linkedException.
- TypeConstraintException(Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with a linkedException.
U
- UID - Static variable in class jakarta.mail.UIDFolder.FetchProfileItem
-
UID is a fetch profile item that can be included in a
FetchProfileduring a fetch request to a Folder. - UIDFolder - Interface in jakarta.mail
-
The
UIDFolderinterface is implemented by Folders that can support the "disconnected" mode of operation, by providing unique-ids for messages in the folder. - UIDFolder.FetchProfileItem - Class in jakarta.mail
-
A fetch profile item for fetching UIDs.
- UNDEFINED - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is undefined.
- unfold(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Unfold a folded header.
- unmarshal(File) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified file and return the resulting content tree.
- unmarshal(File, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(InputStream) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified InputStream and return the resulting content tree.
- unmarshal(InputStream, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Reader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Reader) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified Reader and return the resulting content tree.
- unmarshal(Reader, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(String) - Method in class jakarta.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 jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- unmarshal(String) - Method in class jakarta.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 jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URI, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URL) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified URL and return the resulting content tree.
- unmarshal(URL, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(XMLEventReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLEventReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal root element to Jakarta XML Binding mapped
declaredTypeand return the resulting content tree. - unmarshal(XMLStreamReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal root element to Jakarta XML Binding mapped
declaredTypeand return the resulting content tree. - unmarshal(Source) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source and return the resulting content tree.
- unmarshal(Source, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source, Class<T>) - Static method in class jakarta.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Source, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source by
declaredTypeand return the resulting content tree. - unmarshal(Node) - Method in interface jakarta.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 jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Node, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data by Jakarta XML Binding mapped
declaredTypeand return the resulting content tree. - unmarshal(InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputSource) - Method in interface jakarta.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- unmarshal(XMLReader, InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(ValueType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
-
Convert a value type to a bound type.
- unmarshal(XmlNode) - Method in class jakarta.xml.bind.Binder
-
Unmarshal XML infoset view to a Jakarta XML Binding object tree.
- unmarshal(XmlNode, Class<T>) - Method in class jakarta.xml.bind.Binder
-
Unmarshal XML root element by provided
declaredTypeto a Jakarta XML Binding object tree. - UnmarshalException - Exception in jakarta.xml.bind
-
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.
- UnmarshalException(String) - Constructor for exception jakarta.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for exception jakarta.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- UnmarshalException(String, Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
-
Construct an UnmarshalException with a linkedException.
- Unmarshaller - Interface in jakarta.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 jakarta.xml.bind
-
Register an instance of an implementation of this class with
Unmarshallerto externally listen for unmarshal events. - UnmarshallerHandler - Interface in jakarta.xml.bind
-
Unmarshaller implemented as SAX ContentHandler.
- UNQUALIFIED - Enum constant in enum jakarta.xml.bind.annotation.XmlNsForm
- UNSET - Enum constant in enum jakarta.xml.bind.annotation.XmlNsForm
- UnsupportedDataTypeException - Exception in jakarta.activation
-
Signals that the requested operation does not support the requested data type.
- UnsupportedDataTypeException() - Constructor for exception jakarta.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with no detail message.
- UnsupportedDataTypeException(String) - Constructor for exception jakarta.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with the specified message.
- updateHeaders() - Method in class jakarta.mail.internet.MimeBodyPart
-
Examine the content of this body part and update the appropriate MIME headers.
- updateHeaders() - Method in class jakarta.mail.internet.MimeMessage
-
Called by the
saveChangesmethod to actually update the MIME headers. - updateHeaders() - Method in class jakarta.mail.internet.MimeMultipart
-
Update headers.
- updateHeaders() - Method in class jakarta.mail.internet.PreencodedMimeBodyPart
-
Force the
Content-Transfer-Encodingheader to use the encoding that was specified when this object was created. - updateJAXB(XmlNode) - Method in class jakarta.xml.bind.Binder
-
Takes an XML node and updates its associated Jakarta XML Binding object and its descendants.
- updateMessageID() - Method in class jakarta.mail.internet.MimeMessage
-
Update the Message-ID header.
- updateXML(Object) - Method in class jakarta.xml.bind.Binder
-
Takes an Jakarta XML Binding object and updates its associated XML node and its descendants.
- updateXML(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
-
Changes in Jakarta XML Binding object tree are updated in its associated XML parse tree.
- URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
- URI_SOAP_1_2_ROLE_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
- URI_SOAP_1_2_ROLE_NONE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
- url - Variable in class jakarta.mail.Service
-
The
URLNameof this service. - URLDataSource - Class in jakarta.activation
-
The URLDataSource class provides an object that wraps a
URLobject in a DataSource interface. - URLDataSource(URL) - Constructor for class jakarta.activation.URLDataSource
-
URLDataSource constructor.
- URLName - Class in jakarta.mail
-
The name of a URL.
- URLName(String) - Constructor for class jakarta.mail.URLName
-
Construct a URLName from the string.
- URLName(String, String, int, String, String, String) - Constructor for class jakarta.mail.URLName
-
Creates a URLName object from the specified protocol, host, port number, file, username, and password.
- URLName(URL) - Constructor for class jakarta.mail.URLName
-
Construct a URLName from a java.net.URL object.
- usage - Variable in class jakarta.mail.Quota.Resource
-
The current usage of the resource.
- use() - Element in annotation type jakarta.jws.soap.SOAPBinding
-
Defines the formatting style for messages sent to and from the Web Service.
- user() - Element in annotation type jakarta.mail.MailSessionDefinition
-
User name to use for authentication.
- USER - Static variable in class jakarta.mail.Flags.Flag
-
A special flag that indicates that this folder supports user defined flags.
- USERNAME_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property: User name for authentication.
- UU_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
V
- validate() - Method in class jakarta.mail.internet.InternetAddress
-
Validate that this address conforms to the syntax rules of RFC 822.
- ValidationEvent - Interface in jakarta.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 jakarta.xml.bind.util
-
ValidationEventHandlerimplementation that collects all events. - ValidationEventCollector() - Constructor for class jakarta.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in jakarta.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in jakarta.xml.bind.helpers
-
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in jakarta.xml.bind
-
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in jakarta.xml.bind.helpers
-
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a Jakarta XML Binding content object.
- ValidationEventLocatorImpl(Node) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception in jakarta.xml.bind
-
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException(String) - Constructor for exception jakarta.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception jakarta.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
-
Construct an ValidationException with a linkedException.
- validSent - Variable in class jakarta.mail.event.TransportEvent
-
The valid address to which the message was sent.
- validSent - Variable in exception jakarta.mail.SendFailedException
-
Valid addresses to which message was sent.
- validUnsent - Variable in class jakarta.mail.event.TransportEvent
-
The valid address to which the message was not sent.
- validUnsent - Variable in exception jakarta.mail.SendFailedException
-
Valid addresses to which message was not sent.
- value - Variable in class jakarta.mail.Header
-
The value of the header.
- value - Variable in class jakarta.xml.bind.JAXBElement
-
xml element value.
- value - Variable in class jakarta.xml.ws.Holder
-
The value contained in the holder.
- value() - Element in annotation type jakarta.jws.soap.InitParam
-
Deprecated.Value of the initialization parameter.
- value() - Element in annotation type jakarta.jws.soap.SOAPMessageHandlers
-
Deprecated.
- value() - Element in annotation type jakarta.mail.MailSessionDefinitions
- value() - Element in annotation type jakarta.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 jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapters
-
Collection of @
XmlJavaTypeAdapterannotations - value() - Element in annotation type jakarta.xml.bind.annotation.XmlAccessorOrder
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlAccessorType
-
Specifies whether fields or properties are serialized.
- value() - Element in annotation type jakarta.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 jakarta.xml.bind.annotation.XmlElementRefs
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlElements
-
Collection of @
XmlElementannotations - value() - Element in annotation type jakarta.xml.bind.annotation.XmlEnum
-
Java type that is mapped to a XML simple type.
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlEnumValue
- value() - Element in annotation type jakarta.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 jakarta.xml.bind.annotation.XmlSchemaTypes
-
Collection of @
XmlSchemaTypeannotations - value() - Element in annotation type jakarta.xml.bind.annotation.XmlSeeAlso
- value() - Element in annotation type jakarta.xml.ws.BindingType
-
A binding identifier (a URI).
- value() - Element in annotation type jakarta.xml.ws.FaultAction
-
Value of WS-Addressing
Actionmessage addressing property for the exception. - value() - Element in annotation type jakarta.xml.ws.ServiceMode
-
Service mode.
- value() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
The service class, always a type extending
jakarta.xml.ws.Service. - value() - Element in annotation type jakarta.xml.ws.WebServiceRefs
-
Array used for multiple web service reference declarations.
- valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Use
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.jws.WebParam.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.mail.util.StreamProvider.EncoderTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlNsForm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.ws.handler.MessageContext.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.ws.Service.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.jws.soap.SOAPBinding.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.jws.soap.SOAPBinding.Use
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.jws.WebParam.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.mail.util.StreamProvider.EncoderTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.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 jakarta.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 jakarta.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 jakarta.xml.ws.handler.MessageContext.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.ws.Service.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W3CDomHandler - Class in jakarta.xml.bind.annotation
-
DomHandlerimplementation for W3C DOM (org.w3c.dompackage.) - W3CDomHandler() - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
-
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
-
Constructor that allows applications to specify which DOM implementation to be used.
- W3CEndpointReference - Class in jakarta.xml.ws.wsaddressing
-
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
- W3CEndpointReference(Source) - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
-
Creates an EPR from infoset representation
- W3CEndpointReferenceBuilder - Class in jakarta.xml.ws.wsaddressing
-
This class is used to build
W3CEndpointReferenceinstances. - W3CEndpointReferenceBuilder() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Creates a new
W3CEndpointReferenceBuilderinstance. - WARNING - Static variable in interface jakarta.xml.bind.ValidationEvent
-
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
- WebEndpoint - Annotation Type in jakarta.xml.ws
-
Used to annotate the
getPortName()methods of a generated service interface. - WebFault - Annotation Type in jakarta.xml.ws
-
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
- WebMethod - Annotation Type in jakarta.jws
-
Customizes a method that is exposed as a Web Service operation.
- WebParam - Annotation Type in jakarta.jws
-
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
- WebParam.Mode - Enum in jakarta.jws
-
The direction in which the parameter flows
- WebResult - Annotation Type in jakarta.jws
-
Customizes the mapping of the return value to a WSDL part and XML element.
- WebService - Annotation Type in jakarta.jws
-
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
- WebServiceClient - Annotation Type in jakarta.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in jakarta.xml.ws
-
A
WebServiceContextmakes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served. - WebServiceException - Exception in jakarta.xml.ws
-
The
WebServiceExceptionclass is the base exception class for all Jakarta XML Web Services API runtime exceptions. - WebServiceException() - Constructor for exception jakarta.xml.ws.WebServiceException
-
Constructs a new exception with
nullas its detail message. - WebServiceException(String) - Constructor for exception jakarta.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message.
- WebServiceException(String, Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message and cause.
- WebServiceException(Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
-
Constructs a new WebServiceException with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - WebServiceFeature - Class in jakarta.xml.ws
-
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
- WebServiceFeature() - Constructor for class jakarta.xml.ws.WebServiceFeature
-
Default constructor.
- WebServiceFeatureAnnotation - Annotation Type in jakarta.xml.ws.spi
-
Annotation used to identify other annotations as a
WebServiceFeature. - WebServicePermission - Class in jakarta.xml.ws
-
This class defines web service permissions.
- WebServicePermission(String) - Constructor for class jakarta.xml.ws.WebServicePermission
-
Creates a new permission with the specified name.
- WebServicePermission(String, String) - Constructor for class jakarta.xml.ws.WebServicePermission
-
Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Type in jakarta.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Type in jakarta.xml.ws
-
The
WebServiceRefannotation is used to define a reference to a web service and (optionally) an injection target for it. - WebServiceRefs - Annotation Type in jakarta.xml.ws
-
The
WebServiceRefsannotation allows multiple web service references to be declared at the class level. - WRAPPED - Enum constant in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
- write(byte[]) - Method in interface jakarta.mail.util.LineOutputStream
-
Writes
b.lengthbytes to this output stream. - WRITE_XML_DECLARATION - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
- writeExternal(ObjectOutput) - Method in class jakarta.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.
- writeln() - Method in interface jakarta.mail.util.LineOutputStream
-
Writes a new line (CRLF).
- writeln(String) - Method in interface jakarta.mail.util.LineOutputStream
-
Writes the input string and a new line (CRLF).
- writeTo(OutputStream) - Method in class jakarta.activation.DataHandler
-
Write the data to an
OutputStream. - writeTo(OutputStream) - Method in class jakarta.mail.internet.MimeBodyPart
-
Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) - Method in class jakarta.mail.internet.MimeMessage
-
Output the message as an RFC 822 format stream.
- writeTo(OutputStream) - Method in class jakarta.mail.internet.MimeMultipart
-
Iterates through all the parts and outputs each MIME part separated by a boundary.
- writeTo(OutputStream) - Method in class jakarta.mail.internet.PreencodedMimeBodyPart
-
Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) - Method in class jakarta.mail.Multipart
-
Output an appropriately encoded bytestream to the given OutputStream.
- writeTo(OutputStream) - Method in interface jakarta.mail.Part
-
Output a bytestream for this Part.
- writeTo(OutputStream) - Method in class jakarta.xml.soap.SOAPMessage
-
Writes this
SOAPMessageobject to the given output stream. - writeTo(OutputStream, String[]) - Method in class jakarta.mail.internet.MimeMessage
-
Output the message as an RFC 822 format stream, without specified headers.
- writeTo(Object, String, OutputStream) - Method in interface jakarta.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 jakarta.xml.ws.EndpointReference
-
write this
EndpointReferenceto the specified infoset format - writeTo(Result) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
- WSDL_DESCRIPTION - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: input source for WSDL document.
- WSDL_INTERFACE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of wsdl interface (2.0) or port type (1.1).
- WSDL_OPERATION - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL operation.
- WSDL_PORT - Static variable in class jakarta.xml.ws.Endpoint
-
Standard property: name of WSDL port.
- WSDL_PORT - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL port.
- WSDL_SERVICE - Static variable in class jakarta.xml.ws.Endpoint
-
Standard property: name of WSDL service.
- WSDL_SERVICE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL service.
- wsdlDocumentLocation(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
wsdlDocumentLocationthat will be referenced aswsa:Metadata/@wsdli:wsdlLocation. - wsdlLocation() - Element in annotation type jakarta.jws.WebService
-
The location of a pre-defined WSDL describing the service.
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceClient
-
The location of the WSDL document for the service (a URL).
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceProvider
-
Location of the WSDL description for the service.
- wsdlLocation() - Element in annotation type jakarta.xml.ws.WebServiceRef
-
A URL pointing to the WSDL document for the web service.
X
- X_UU_ENCODER - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- X_UUE - Enum constant in enum jakarta.mail.util.StreamProvider.EncoderTypes
- XmlAccessOrder - Enum 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 Type in jakarta.xml.bind.annotation
-
Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Type in jakarta.xml.bind.annotation
-
Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum 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 Type in jakarta.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Type in jakarta.xml.bind.annotation
-
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
- XmlAttachmentRef - Annotation Type in jakarta.xml.bind.annotation
-
Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Type in jakarta.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XmlElement - Annotation Type 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 Type 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 Type 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 Type in jakarta.xml.bind.annotation
-
Marks a property that refers to classes with
XmlElementor JAXBElement. - XmlElements - Annotation Type in jakarta.xml.bind.annotation
-
A container for multiple @
XmlElementannotations. - XmlElementWrapper - Annotation Type in jakarta.xml.bind.annotation
-
Generates a wrapper element around XML representation.
- XmlEnum - Annotation Type in jakarta.xml.bind.annotation
-
Maps an enum type
Enumto XML representation. - XmlEnumValue - Annotation Type in jakarta.xml.bind.annotation
-
Maps an enum constant in
Enumtype to XML representation. - XmlID - Annotation Type in jakarta.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Type in jakarta.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Type in jakarta.xml.bind.annotation
-
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
- XmlJavaTypeAdapter - Annotation Type 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 Type in jakarta.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapterannotations. - XmlList - Annotation Type in jakarta.xml.bind.annotation
-
Used to map a property to a list simple type.
- XmlMimeType - Annotation Type in jakarta.xml.bind.annotation
-
Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Type in jakarta.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- xmlns() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
-
Customize the namespace URI, prefix associations.
- XmlNs - Annotation Type in jakarta.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XmlNsForm - Enum in jakarta.xml.bind.annotation
-
Enumeration of XML Schema namespace qualifications.
- XmlRegistry - Annotation Type in jakarta.xml.bind.annotation
-
Marks a class that has
XmlElementDecls. - XmlRootElement - Annotation Type in jakarta.xml.bind.annotation
-
Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Type in jakarta.xml.bind.annotation
-
Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Type 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 Type in jakarta.xml.bind.annotation
-
A container for multiple @
XmlSchemaTypeannotations. - XmlSeeAlso - Annotation Type in jakarta.xml.bind.annotation
-
Instructs Jakarta XML Binding to also bind other classes when binding this class.
- XmlTransient - Annotation Type in jakarta.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Type 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 Type 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
hashCode()contract, useisMimeTypeEqual(String)instead.