| Package | Description |
|---|---|
| com.oracle.webservices.api.message | |
| com.sun.istack |
istack-commons runtime utilities.
|
| com.sun.istack.logging | |
| com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
| com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite) |
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite) |
void |
BaseDistributedPropertySet.addSatellite(PropertySet satellite) |
void |
BaseDistributedPropertySet.copySatelliteInto(DistributedPropertySet r) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
Pool.Impl.create()
Creates a new instance of object.
|
T |
Pool.take()
Gets a new object from the pool.
|
T |
Pool.Impl.take()
Gets a new object from the pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pool.recycle(T t)
Returns an object back to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeContext |
JAXBRIContext.createBridgeContext()
Creates a new
BridgeContext instance. |
abstract String |
JAXBRIContext.getBuildId()
Gets the build information of the JAXB runtime.
|
JAXBRIContext |
Bridge.getContext()
Gets the
JAXBRIContext to which this object belongs. |
abstract List<String> |
JAXBRIContext.getKnownNamespaceURIs()
Gets the namespace URIs statically known to this
JAXBContext. |
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name.
|
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name.
|
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name.
|
T |
Bridge.unmarshal(BridgeContext context,
InputStream in) |
T |
Bridge.unmarshal(BridgeContext context,
Node n) |
T |
Bridge.unmarshal(BridgeContext context,
Source in) |
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in) |
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in) |
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in) |
T |
Bridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
abstract Bridge |
JAXBRIContext.createBridge(TypeReference ref)
Creates a mini-marshaller/unmarshaller that can process a
TypeReference. |
abstract void |
JAXBRIContext.generateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents from the model.
|
static Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type.
|
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 QName |
JAXBRIContext.getTypeName(TypeReference tr)
Returns the name of the XML Type bound to the
specified Java type.
|
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name.
|
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name.
|
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name.
|
void |
Bridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler) |
void |
Bridge.marshal(BridgeContext context,
T object,
Node output) |
void |
Bridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext) |
void |
Bridge.marshal(BridgeContext context,
T object,
Result result) |
void |
Bridge.marshal(BridgeContext context,
T object,
XMLStreamWriter output) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
ContentHandler contentHandler) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
Node output) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
OutputStream output,
NamespaceContext nsContext) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
Result result) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
XMLStreamWriter output) |
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,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated.
Compatibility with older versions.
|
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
String localName)
JAXB calls this method when it sees an unknown element.
|
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
String localName)
JAXB calls this method when it sees an unknown element.
|
T |
Bridge.unmarshal(BridgeContext context,
InputStream in) |
T |
Bridge.unmarshal(BridgeContext context,
InputStream in) |
T |
Bridge.unmarshal(BridgeContext context,
Node n) |
T |
Bridge.unmarshal(BridgeContext context,
Node n) |
T |
Bridge.unmarshal(BridgeContext context,
Source in) |
T |
Bridge.unmarshal(BridgeContext context,
Source in) |
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in) |
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in) |
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in) |
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n) |
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in) |
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in) |
T |
Bridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object.
|
T |
Bridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
BridgeContext |
JAXBContextImpl.createBridgeContext() |
CharSequence |
FilterTransducer.print(T o) |
CharSequence |
InlineBinaryTransducer.print(V o) |
CharSequence |
Transducer.print(ValueT o)
Converts the given value to its lexical representation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect.
|
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect.
|
QName |
JaxBeanInfo.getTypeName(BeanT instance)
Returns the XML type name to be used to marshal the specified instance.
|
QName |
Transducer.getTypeName(ValueT instance)
Transducers implicitly work against a single XML type,
but sometimes (most notably
XMLGregorianCalendar,
an instance may choose different XML types. |
CharSequence |
FilterTransducer.print(T o) |
CharSequence |
InlineBinaryTransducer.print(V o) |
CharSequence |
Transducer.print(ValueT o)
Converts the given value to its lexical representation.
|
void |
Transducer.writeLeafElement(XMLSerializer w,
Name tagName,
ValueT o,
String fieldName)
Sends the result of the
Transducer.print(Object) operation
to one of the XMLSerializer.leafElement(Name, String, String) method. |
| Modifier and Type | Method and Description |
|---|---|
int |
NamespaceContextImpl.force(String uri,
String prefix) |
int |
NamespaceContextImpl.force(String uri,
String prefix) |
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.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.