Uses of Class
org.exolab.castor.mapping.Mapping
Packages that use Mapping
-
Uses of Mapping in org.castor.mapping
Methods in org.castor.mapping with parameters of type MappingModifier and TypeMethodDescriptionMappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType) Returns a mapping resolver for the suitable engine.MappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType, Object param) Returns a mapping resolver for the suitable engine.protected voidMappingUnmarshaller.loadMappingInternal(Mapping mapping, DTDResolver resolver, String url) Internal recursive loading method.voidMappingUnmarshaller.loadMappingOnly(Mapping mapping) Constructors in org.castor.mapping with parameters of type MappingModifierConstructorDescriptionMappingUnmarshallListener(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver) -
Uses of Mapping in org.castor.xml
Methods in org.castor.xml with parameters of type MappingModifier and TypeMethodDescriptionvoidAbstractInternalContext.addMapping(Mapping mapping) voidInternalContext.addMapping(Mapping mapping) Instructs Castor to load class descriptors from the mapping given. -
Uses of Mapping in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return MappingModifier and TypeMethodDescriptionXMLContext.createMapping()Creates an instance of a Castor XML specificMappinginstance.Methods in org.exolab.castor.xml with parameters of type MappingModifier and TypeMethodDescriptionvoidXMLContext.addMapping(Mapping mapping) Instructs Castor to load class descriptors from the mapping given.voidMarshaller.setMapping(Mapping mapping) Sets the given mapping to be used by the marshalling Framework.voidUnmarshaller.setMapping(Mapping mapping) Sets the Mapping to use during unmarshalling.Constructors in org.exolab.castor.xml with parameters of type MappingModifierConstructorDescriptionUnmarshaller(InternalContext internalContext, Mapping mapping) Creates a new Unmarshaller with the given Mapping.Unmarshaller(Mapping mapping) Creates a new Unmarshaller with the given Mapping.