org.jboss.ha.framework.interfaces
Interface ObjectStreamSource

All Known Implementing Classes:
MarshalledValueObjectStreamSource

public interface ObjectStreamSource

Object that provides implementations of ObjectInput and ObjectOutput.

Author:
Brian Stansberry

Method Summary
 ObjectInput getObjectInput(InputStream source)
           
 ObjectOutput getObjectOutput(OutputStream target)
           
 

Method Detail

getObjectOutput

ObjectOutput getObjectOutput(OutputStream target)
                             throws IOException
Throws:
IOException

getObjectInput

ObjectInput getObjectInput(InputStream source)
                           throws IOException
Throws:
IOException


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