org.jboss.remoting.marshal
Interface SerialMarshaller

All Superinterfaces:
Marshaller, java.io.Serializable
All Known Subinterfaces:
PreferredStreamMarshaller, VersionedMarshaller
All Known Implementing Classes:
CompressingMarshaller, EncryptingMarshaller, HTTPMarshaller, SerializableMarshaller

public interface SerialMarshaller
extends Marshaller

Author:
Tom Elrod

Method Summary
 java.lang.String getSerializationType()
           
 void setSerializationType(java.lang.String serializationType)
           
 
Methods inherited from interface org.jboss.remoting.marshal.Marshaller
cloneMarshaller, write
 

Method Detail

setSerializationType

void setSerializationType(java.lang.String serializationType)

getSerializationType

java.lang.String getSerializationType()


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