|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting.marshal.serializable.SerializableMarshaller
org.jboss.remoting.marshal.http.HTTPMarshaller
public class HTTPMarshaller
| Field Summary | |
|---|---|
static java.lang.String |
DATATYPE
|
| Constructor Summary | |
|---|---|
HTTPMarshaller()
|
|
| Method Summary | |
|---|---|
Marshaller |
cloneMarshaller()
|
void |
write(java.lang.Object dataObject,
java.io.OutputStream output,
int version)
Take the data object and write to the output. |
| Methods inherited from class org.jboss.remoting.marshal.serializable.SerializableMarshaller |
|---|
getMarshallingStream, getMarshallingStream, getSerializationType, setSerializationType, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DATATYPE
| Constructor Detail |
|---|
public HTTPMarshaller()
| Method Detail |
|---|
public void write(java.lang.Object dataObject,
java.io.OutputStream output,
int version)
throws java.io.IOException
write in interface VersionedMarshallerwrite in class SerializableMarshallerdataObject - Object to be writen to outputoutput - The data output to write the object
data to.version - Wire format version.
java.io.IOException
public Marshaller cloneMarshaller()
throws java.lang.CloneNotSupportedException
cloneMarshaller in interface MarshallercloneMarshaller in class SerializableMarshallerjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||