edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
CommentImpl, ErrorImpl, MessageImpl, UserProfileImpl, VirtualclassroomDOImpl, VirtualClassRoomDOTypeImpl

public interface UnmarshallableObject

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

Version:
$Revision$
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.

Parameters:
context - UnmarshallingContext
Returns:
UnmarshallingEventHandler