org.jboss.ha.framework.server
Class MarshalledValueObjectStreamSource
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshalledValueObjectStreamSource
public MarshalledValueObjectStreamSource()
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 © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.