org.opennms.netmgt.rtc.utils
Class PipedMarshaller

java.lang.Object
  extended by org.opennms.netmgt.rtc.utils.PipedMarshaller

public class PipedMarshaller
extends Object

The class that marshalls the object to be sent to a PipedReader

Author:
Brian Weaver , OpenNMS.org

Constructor Summary
PipedMarshaller(EuiLevel toMarshall)
           
 
Method Summary
 Reader getReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedMarshaller

public PipedMarshaller(EuiLevel toMarshall)
Method Detail

getReader

public Reader getReader()
                 throws IOException
Throws:
IOException


Copyright © 2009. All Rights Reserved.