Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class XmlBlock

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.XmlBlock
All Implemented Interfaces:
Block

public class XmlBlock
extends java.lang.Object
implements Block


Constructor Summary
XmlBlock(java.io.DataInput in)
           
XmlBlock(java.lang.String msg)
          XmlBlock.
 
Method Summary
 java.lang.String getMsg()
          getMsg.
 void read(java.io.DataInput in)
          read.
 void write(java.io.DataOutput out)
          write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBlock

public XmlBlock(java.lang.String msg)
XmlBlock.


XmlBlock

public XmlBlock(java.io.DataInput in)
         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

read

public void read(java.io.DataInput in)
          throws java.lang.Exception
read.

Specified by:
read in interface Block
Throws:
java.lang.Exception

getMsg

public java.lang.String getMsg()
getMsg.


write

public void write(java.io.DataOutput out)
           throws java.lang.Exception
write.

Specified by:
write in interface Block
Throws:
java.lang.Exception

Simulcast 4.2