cytoscape.generated2.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
AnyTypeImpl, AttImpl, AttTypeImpl, CenterImpl, CenterTypeImpl, ContributorImpl, ContributorTypeImpl, CoverageImpl, CoverageTypeImpl, CreatorImpl, CreatorTypeImpl, DateImpl, DateTypeImpl, DcmesImpl, DescriptionImpl, DescriptionTypeImpl, EdgeImpl, FormatImpl, FormatTypeImpl, GraphicEdgeImpl, GraphicGraphImpl, GraphicNodeImpl, GraphicsImpl, GraphicsTypeImpl, GraphImpl, IdentifierImpl, IdentifierTypeImpl, LanguageImpl, LanguageTypeImpl, LineImpl, LineTypeImpl, NodeImpl, PointImpl, PointTypeImpl, PublisherImpl, PublisherTypeImpl, RdfDescriptionImpl, RdfDescriptionTypeImpl, RdfRDFImpl, RdfRDFTypeImpl, RelationImpl, RelationTypeImpl, RightsImpl, RightsTypeImpl, SimpleEdgeImpl, SimpleGraphImpl, SimpleNodeImpl, SourceImpl, SourceTypeImpl, SubjectImpl, SubjectTypeImpl, TitleImpl, TitleTypeImpl, TypeImpl, TypeTypeImpl

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.