|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting.marshal.rmi.RMIMarshaller
public class RMIMarshaller
This marshaller does nothing as will not be used by default RMI invoker since marshalling is done by RMI itself.
| Field Summary | |
|---|---|
static java.lang.String |
DATATYPE
|
| Constructor Summary | |
|---|---|
RMIMarshaller()
|
|
| Method Summary | |
|---|---|
Marshaller |
cloneMarshaller()
|
void |
write(java.lang.Object dataObject,
java.io.OutputStream output)
Marshaller will need to take the dataObject and convert into primitive java data types and write to the given 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 RMIMarshaller()
| Method Detail |
|---|
public void write(java.lang.Object dataObject,
java.io.OutputStream output)
throws java.io.IOException
write in interface MarshallerdataObject - 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 Marshallerjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||