edu.nps.moves.examples
Class MarshallExample

java.lang.Object
  extended by edu.nps.moves.examples.MarshallExample

public class MarshallExample
extends java.lang.Object

Example of using JAXB to marshal and unmarshall PDUs to and from XML. Uses Jaxb 2.1.x.

Version:
$Id:$
Author:
DMcG

Constructor Summary
MarshallExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Shows how to marshal out to XML and read from XML files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallExample

public MarshallExample()
Method Detail

main

public static void main(java.lang.String[] args)
Shows how to marshal out to XML and read from XML files.

Parameters:
args -