|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.webservice.TunnelingMarshaller
public class TunnelingMarshaller
TunnelingMarshaller.
Implements the marshalling and unmarshalling of objects using bas64.
Constructor Summary | |
---|---|
TunnelingMarshaller()
|
Method Summary | |
---|---|
static java.lang.String |
marshal(java.lang.Object pSourceObj)
Marshall the given object using bas64-encoding and return it as string. |
static java.lang.Object |
unmarshal(java.lang.String pEncodedString)
Unmarshall the given string (base64) and return the resulting object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TunnelingMarshaller()
Method Detail |
---|
public static java.lang.String marshal(java.lang.Object pSourceObj) throws java.rmi.RemoteException
java.rmi.RemoteException
public static java.lang.Object unmarshal(java.lang.String pEncodedString) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |