net.sf.jour.rt.view.config.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
AccumulationImpl, AccumulationTypeImpl, AutoreloadImpl, AutoreloadTypeImpl, ClassesImpl, ClassesTypeImpl, ClassnamesImpl, ClassnamesTypeImpl, ExcludeImpl, ExcludeTypeImpl, FilterImpl, FilterTypeImpl, IncludeImpl, IncludeTypeImpl, JourViewImpl, JourViewTypeImpl, MethodsignatureImpl, MethodsignatureTypeImpl, MethodsImpl, MethodsTypeImpl, SignatureImpl, SignatureTypeImpl, TimeImpl, TimeTypeImpl, TrimImpl, TrimTypeImpl

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

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



Copyright © 2004 sourceforge. All Rights Reserved.