astronomy.data.spectra.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
AuthorTypeImpl, AuthorTypeImpl.InstitutionTypeImpl, CoordinatesTypeImpl, CoordinatesTypeImpl.DecTypeImpl, CoordinatesTypeImpl.RaTypeImpl, IdTypeImpl, IdTypeImpl.MagnitudeTypeImpl, LineTypeImpl, LineTypeImpl.TransitionTypeImpl, PlotTypeImpl, PlotTypeImpl.ExposureTypeImpl, PlotTypeImpl.PlotdataTypeImpl, PlotTypeImpl.PlotdataTypeImpl.ImagefileTypeImpl, PlotTypeImpl.PlotdataTypeImpl.PlotfileTypeImpl, PlotTypeImpl.ResolutionTypeImpl, RangeTypeImpl, ReferenceTypeImpl, ReferenceTypeImpl.JournalTypeImpl, SpectradatabaseImpl, SpectradatabaseTypeImpl, SpectradatabaseTypeImpl.TypeTypeImpl, SpectradatabaseTypeImpl.TypeTypeImpl.SourceTypeImpl, SpectraTypeImpl, SpectraTypeImpl.AbsorptionlineTypeImpl, SpectraTypeImpl.CommentTypeImpl, SpectraTypeImpl.DetectorTypeImpl, SpectraTypeImpl.DiscontinuityTypeImpl, SpectraTypeImpl.EmissionlineTypeImpl, SpectraTypeImpl.SpectrometerTypeImpl, SpectraTypeImpl.TelescopeTypeImpl, WavelengthTypeImpl

public interface UnmarshallableObject

Generated classes have to implement this interface for it to be unmarshallable.

Author:
Kohsuke KAWAGUCHI

Method Summary
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 

Method Detail

createUnmarshaller

UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object.