edu.berkeley.guir.papier_mache.serialization
Class ApplicationUnmarshaller

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.serialization.ApplicationUnmarshaller

public class ApplicationUnmarshaller
extends java.lang.Object

Creates a Papier-Mache application from an xml file specification. This uses JAXB to unmarshall the fields for each class into a surrogate Java object. It then converts the surrogate objects into actual Papier-Mache objects.

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu ), Scott Klemmer ( srk(AT)cs.berkeley.edu )

Constructor Summary
ApplicationUnmarshaller()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationUnmarshaller

public ApplicationUnmarshaller()
Method Detail

main

public static void main(java.lang.String[] args)