org.jboss.remoting.marshal
Interface SerialUnMarshaller

All Superinterfaces:
java.io.Serializable, UnMarshaller
All Known Subinterfaces:
PreferredStreamUnMarshaller, VersionedUnMarshaller
All Known Implementing Classes:
CompressingUnMarshaller, EncryptingUnMarshaller, HTTPUnMarshaller, SerializableUnMarshaller

public interface SerialUnMarshaller
extends UnMarshaller

Author:
Tom Elrod

Method Summary
 java.lang.String getSerializationType()
           
 void setSerializationType(java.lang.String serializationType)
           
 
Methods inherited from interface org.jboss.remoting.marshal.UnMarshaller
cloneUnMarshaller, read, setClassLoader
 

Method Detail

setSerializationType

void setSerializationType(java.lang.String serializationType)

getSerializationType

java.lang.String getSerializationType()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.