org.jboss.ha.framework.server
Class MarshalledValueObjectStreamSource

java.lang.Object
  extended by org.jboss.ha.framework.server.MarshalledValueObjectStreamSource
All Implemented Interfaces:
ObjectStreamSource

public class MarshalledValueObjectStreamSource
extends Object
implements ObjectStreamSource

ObjectStreamSource implementation that provides MarshalledValueInputStream and MarshalledValueOutputStream.

Author:
Brian Stansberry

Constructor Summary
MarshalledValueObjectStreamSource()
           
 
Method Summary
 ObjectInput getObjectInput(InputStream source)
           
 ObjectOutput getObjectOutput(OutputStream target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledValueObjectStreamSource

public MarshalledValueObjectStreamSource()
Method Detail

getObjectInput

public ObjectInput getObjectInput(InputStream source)
                           throws IOException
Specified by:
getObjectInput in interface ObjectStreamSource
Throws:
IOException

getObjectOutput

public ObjectOutput getObjectOutput(OutputStream target)
                             throws IOException
Specified by:
getObjectOutput in interface ObjectStreamSource
Throws:
IOException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.