|
|||||||||||
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
Field Summary | |
static java.lang.String |
DATATYPE
|
Constructor Summary | |
HTTPMarshaller()
|
Method Summary | |
Marshaller |
cloneMarshaller()
|
void |
write(java.lang.Object dataObject,
java.io.OutputStream output)
Take the data object and write to the output. |
Methods inherited from class org.jboss.remoting.marshal.serializable.SerializableMarshaller |
getSerializationType, setSerializationType |
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) throws java.io.IOException
write
in interface Marshaller
write
in class SerializableMarshaller
dataObject
- Object to be writen to outputoutput
- The data output to write the object
data to.
java.io.IOException
public Marshaller cloneMarshaller() throws java.lang.CloneNotSupportedException
cloneMarshaller
in interface Marshaller
cloneMarshaller
in class SerializableMarshaller
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |