| Package | Description |
|---|---|
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.reader |
Front-end that reads schema(s) and produce BGM.
|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.tools.xjc.util | |
| 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 |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
| Modifier and Type | Method and Description |
|---|---|
MimeType |
TypeUse.getExpectedMimeType()
A
TypeUse can have an associated MIME type. |
MimeType |
CReferencePropertyInfo.getExpectedMimeType() |
MimeType |
CEnumLeafInfo.getExpectedMimeType() |
MimeType |
CElementPropertyInfo.getExpectedMimeType() |
MimeType |
CBuiltinLeafInfo.getExpectedMimeType()
CBuiltinLeafInfo never has a default associated MIME type. |
| Modifier and Type | Method and Description |
|---|---|
TypeUse |
CBuiltinLeafInfo.makeMimeTyped(MimeType mt)
Creates a
TypeUse that represents a MIME-type assocaited version of this CBuiltinLeafInfo. |
static TypeUse |
TypeUseFactory.makeMimeTyped(TypeUse t,
MimeType mt) |
| Constructor and Description |
|---|
CElementPropertyInfo(String name,
CElementPropertyInfo.CollectionMode collection,
ID id,
MimeType expectedMimeType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator locator,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
RawTypeSet.getExpectedMimeType() |
protected MimeType |
RawTypeSet.Ref.getExpectedMimeType()
When this
RawTypeSet binds to a CElementPropertyInfo,
this method is used to determine if the property has an associated expected MIME type or not. |
| Modifier and Type | Method and Description |
|---|---|
protected MimeType |
RawTypeSetBuilder.CElementInfoRef.getExpectedMimeType() |
protected MimeType |
RawTypeSetBuilder.XmlTypeRef.getExpectedMimeType() |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
MimeTypeRange.toMimeType() |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
PropertyInfo.getExpectedMimeType()
Expected MIME type, if any.
|
| Modifier and Type | Method and Description |
|---|---|
MimeType |
XMLSerializer.setExpectedMimeType(MimeType expectedMimeType)
This method is used by
MimeTypedTransducer to set the expected MIME type
for the encapsulated Transducer. |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
XMLSerializer.setExpectedMimeType(MimeType expectedMimeType)
This method is used by
MimeTypedTransducer to set the expected MIME type
for the encapsulated Transducer. |
| Constructor and Description |
|---|
MimeTypedTransducer(Transducer<V> core,
MimeType expectedMimeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MimeType.match(MimeType type)
Determine if the primary and sub type of this object is
the same as what is in the given type.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.