| Package | Description |
|---|---|
| org.castor.mapping | |
| org.castor.xml | |
| org.exolab.castor.xml |
The XML Marshaller API
|
| Modifier and Type | Method and Description |
|---|---|
MappingLoader |
MappingUnmarshaller.getMappingLoader(Mapping mapping,
BindingType bindingType)
Returns a mapping resolver for the suitable engine.
|
MappingLoader |
MappingUnmarshaller.getMappingLoader(Mapping mapping,
BindingType bindingType,
Object param)
Returns a mapping resolver for the suitable engine.
|
protected void |
MappingUnmarshaller.loadMappingInternal(Mapping mapping,
DTDResolver resolver,
String url)
Internal recursive loading method.
|
void |
MappingUnmarshaller.loadMappingOnly(Mapping mapping) |
| Constructor and Description |
|---|
MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
Mapping mapping,
DTDResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalContext.addMapping(Mapping mapping)
Instructs Castor to load class descriptors from the mapping given.
|
void |
AbstractInternalContext.addMapping(Mapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
Mapping |
XMLContext.createMapping()
Creates an instance of a Castor XML specific
Mapping instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLContext.addMapping(Mapping mapping)
Instructs Castor to load class descriptors from the mapping given.
|
void |
Unmarshaller.setMapping(Mapping mapping)
Sets the Mapping to use during unmarshalling.
|
void |
Marshaller.setMapping(Mapping mapping)
Sets the given mapping to be used by the marshalling Framework.
|
| Constructor and Description |
|---|
Unmarshaller(InternalContext internalContext,
Mapping mapping)
Creates a new Unmarshaller with the given Mapping.
|
Unmarshaller(Mapping mapping)
Creates a new Unmarshaller with the given Mapping.
|
Copyright © 2016. All rights reserved.