Uses of Class
jakarta.activation.MimeType
Packages that use MimeType
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.Front-end that reads schema(s) and produce BGM.
Jakarta Activation is used by Jakarta Mail to manage MIME data.
The in-memory model of the JAXB-bound beans.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of MimeType in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return MimeTypeModifier and TypeMethodDescriptionCBuiltinLeafInfo.getExpectedMimeType()never has a default associated MIME type.CElementPropertyInfo.getExpectedMimeType()CEnumLeafInfo.getExpectedMimeType()CReferencePropertyInfo.getExpectedMimeType()TypeUse.getExpectedMimeType()A can have an associated MIME type.Methods in com.sun.tools.xjc.model with parameters of type MimeTypeModifier and TypeMethodDescriptionfinal TypeUseCBuiltinLeafInfo.makeMimeTyped(MimeType mt) Creates aTypeUsethat represents a MIME-type assocaited version of this .static TypeUseTypeUseFactory.makeMimeTyped(TypeUse t, MimeType mt) Constructors in com.sun.tools.xjc.model with parameters of type MimeTypeModifierConstructorDescriptionCElementPropertyInfo(String name, CElementPropertyInfo.CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required) -
Uses of MimeType in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader that return MimeTypeModifier and TypeMethodDescriptionRawTypeSet.getExpectedMimeType()protected MimeTypeRawTypeSet.Ref.getExpectedMimeType()When thisRawTypeSetbinds to aCElementPropertyInfo, this method is used to determine if the property has an associated expected MIME type or not. -
Uses of MimeType in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return MimeTypeModifier and TypeMethodDescriptionprotected MimeTypeRawTypeSetBuilder.CElementInfoRef.getExpectedMimeType()protected MimeTypeRawTypeSetBuilder.XmlTypeRef.getExpectedMimeType() -
Uses of MimeType in com.sun.tools.xjc.util
Methods in com.sun.tools.xjc.util that return MimeType -
Uses of MimeType in jakarta.activation
Methods in jakarta.activation with parameters of type MimeType -
Uses of MimeType in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return MimeType -
Uses of MimeType in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return MimeTypeModifier and TypeMethodDescriptionXMLSerializer.setExpectedMimeType(MimeType expectedMimeType) This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type MimeTypeModifier and TypeMethodDescriptionXMLSerializer.setExpectedMimeType(MimeType expectedMimeType) This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type MimeType