| Package | Description |
|---|---|
| com.oracle.webservices.api.message | |
| com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
| com.sun.xml.bind.v2.model.annotation |
Abstraction around reading annotations, to support internal/external annotations.
|
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
| com.sun.xml.bind.v2.runtime.output |
Code that writes well-formed XML (
XmlOutput and its implementations}. |
| com.sun.xml.bind.v2.runtime.reflect |
Abstraction around accessing data of actual objects.
|
| com.sun.xml.bind.v2.runtime.unmarshaller |
| Modifier and Type | Method and Description |
|---|---|
<T extends PropertySet> |
BaseDistributedPropertySet.getSatellite(Class<T> satelliteClass) |
<T extends PropertySet> |
DistributedPropertySet.getSatellite(Class<T> satelliteClass) |
| Modifier and Type | Method and Description |
|---|---|
static Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type.
|
abstract QName |
JAXBRIContext.getElementName(Class o)
Allows to retrieve the element name based on Class.
|
abstract QName |
JAXBRIContext.getElementName(Object o)
If the given object is bound to an element in XML by JAXB,
returns the element name.
|
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
String localName)
JAXB calls this method when it sees an unknown element.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated.
Compatibility with older versions.
|
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated.
Compatibility with older versions.
|
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
AnnotationReader.getClassAnnotation(Class<A> annotation,
C clazz,
Locatable srcpos)
Reads an annotation on a class.
|
<A extends Annotation> |
AnnotationReader.getMethodParameterAnnotation(Class<A> annotation,
M method,
int paramIndex,
Locatable srcPos)
Reads an annotation on a parameter of the method.
|
<A extends Annotation> |
AnnotationReader.getPackageAnnotation(Class<A> annotation,
C clazz,
Locatable srcpos)
Reads an annotation on the package that the given class belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
PropertyInfo.getSchemaType()
The effective value of
XmlSchemaType annotation, if any. |
| Modifier and Type | Field and Description |
|---|---|
JAXBContextImpl |
RuntimeModelBuilder.context
The
JAXBContextImpl for which the model is built. |
| Modifier and Type | Method and Description |
|---|---|
int |
NamespaceContextImpl.put(String uri,
String prefix)
Puts this new binding into the declared prefixes list
without doing any duplicate check.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CharSequence |
TransducedAccessor.print(BeanT o)
Prints the responsible field of the given bean to the writer.
|
| Modifier and Type | Method and Description |
|---|---|
Accessor<BeanT,ValueT> |
Accessor.optimize(JAXBContextImpl context)
Returns the optimized version of the same accessor.
|
| Modifier and Type | Field and Description |
|---|---|
ClassLoader |
UnmarshallingContext.classLoader
User-supplied
ClassLoader for converting name to Class. |
ClassResolver |
UnmarshallingContext.classResolver
Used to discover additional classes when we hit unknown elements/types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Base64Data.set(byte[] data,
int len,
String mimeType)
Fills in the data object by a portion of the byte[].
|
void |
Base64Data.set(byte[] data,
String mimeType)
Fills in the data object by the byte[] of the exact length.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.