| Package | Description |
|---|---|
| org.castor.xml | |
| org.exolab.castor.xml |
The XML Marshaller API
|
| org.exolab.castor.xml.util | |
| org.exolab.castor.xml.util.resolvers |
| Modifier and Type | Method and Description |
|---|---|
ResolverStrategy |
InternalContext.getResolverStrategy()
To get the XMLClassDescriptor resolver strategy to be used when resolving classes into class
descriptors.
|
ResolverStrategy |
AbstractInternalContext.getResolverStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalContext.setResolverStrategy(ResolverStrategy resolverStrategy)
To set the XMLClassDescriptor resolver strategy to be used.
|
void |
AbstractInternalContext.setResolverStrategy(ResolverStrategy resolverStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLClassDescriptorResolver.setResolverStrategy(ResolverStrategy resolverStrategy)
The resolver strategy to use for class and package resolving.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLClassDescriptorResolverImpl.setResolverStrategy(ResolverStrategy resolverStrategy)
The resolver strategy to use for class and package resolving.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CastorXMLStrategy
The Castor XML resolver strategy implements the resolving behaviour as it had been implmented
before this refactoring step.
|
Copyright © 2016. All rights reserved.