Package | Description |
---|---|
org.castor.mapping | |
org.castor.xml | |
org.exolab.castor.mapping.loader |
Implementations for mapping interfaces and the default mapping loader.
|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
MappingLoader |
AbstractMappingLoaderFactory.getMappingLoader() |
MappingLoader |
MappingLoaderFactory.getMappingLoader()
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the
given properties.
|
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.
|
MappingLoader |
MappingLoaderRegistry.getMappingLoader(String sourceType,
BindingType bindingType)
Returns a mapping loader for the suitable source and binding type.
|
Modifier and Type | Method and Description |
---|---|
MappingLoader |
InternalContext.getMappingLoader()
To get the
MappingLoader specified to be used in this Castor session. |
MappingLoader |
AbstractInternalContext.getMappingLoader() |
Modifier and Type | Method and Description |
---|---|
void |
InternalContext.setMappingLoader(MappingLoader mappingLoader)
To set the
MappingLoader to be used in this Castor session. |
void |
AbstractInternalContext.setMappingLoader(MappingLoader mappingLoader) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappingLoader
Assists in the construction of descriptors.
|
class |
AbstractMappingLoader2 |
Modifier and Type | Class and Description |
---|---|
class |
XMLMappingLoader
An XML implementation of mapping helper.
|
Modifier and Type | Method and Description |
---|---|
MappingLoader |
ClassDescriptorResolver.getMappingLoader()
Note: This method will be removed soon (kv).
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptorResolver.setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver.
|
Modifier and Type | Method and Description |
---|---|
MappingLoader |
XMLClassDescriptorResolverImpl.getMappingLoader()
Note: This method will be removed soon (kv).
|
Modifier and Type | Method and Description |
---|---|
void |
XMLClassDescriptorResolverImpl.setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver.
|
Copyright © 2016. All rights reserved.