public class AnyHelper
extends Object
Helper class for Any, according to OMG-IDL java mapping.
Instead for write,read methods, the methods marshal respective
unmarshal are used to denote the implementation difference.
-
Method Summary
static void
marshal(com.ericsson.otp.erlang.OtpOutputStream _out,
Any _any)
Marshal method for the Any class, encodes the Any object to the output stream.
unmarshal(com.ericsson.otp.erlang.OtpInputStream _in)
Unmarshal method for the Any class, decodes an Any object from the stream.
-
Method Details
-
marshal
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out,
Any _any)
throws Exception
Marshal method for the Any class, encodes the Any object to the output stream.
- Throws:
Exception
-