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