Uses of Class
javax.activation.MimeType
-
Packages that use MimeType Package Description com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of MimeType in com.sun.xml.bind.v2.model.core
Methods in com.sun.xml.bind.v2.model.core that return MimeType Modifier and Type Method Description MimeTypePropertyInfo. getExpectedMimeType()Expected MIME type, if any. -
Uses of MimeType in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return MimeType Modifier and Type Method Description MimeTypeXMLSerializer. setExpectedMimeType(MimeType expectedMimeType)This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Methods in com.sun.xml.bind.v2.runtime with parameters of type MimeType Modifier and Type Method Description MimeTypeXMLSerializer. setExpectedMimeType(MimeType expectedMimeType)This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Constructors in com.sun.xml.bind.v2.runtime with parameters of type MimeType Constructor Description MimeTypedTransducer(Transducer<V> core, MimeType expectedMimeType) -
Uses of MimeType in javax.activation
Methods in javax.activation with parameters of type MimeType Modifier and Type Method Description booleanMimeType. match(MimeType type)Determine if the primary and sub type of this object is the same as what is in the given type.
-