Package com.ericsson.otp.ic
Class RefHelper
java.lang.Object
com.ericsson.otp.ic.RefHelper
Helper class for Ref.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ref
Standard method for extracting a Ref from an Any.static String
id()
Standard method that returns the interface repository identity.static void
Standard method for inserting a Ref to an Any.static void
Marshal method for the Ref class, encodes the Ref object to the output stream.static String
name()
Standard method that returns the Ref class name.static TypeCode
type()
Standard TypeCode accessor method.static Ref
unmarshal
(com.ericsson.otp.erlang.OtpInputStream _in) Unmarshal method for the Ref class, decodes a Ref object from the stream.
-
Method Details
-
marshal
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Ref _value) throws Exception Marshal method for the Ref class, encodes the Ref object to the output stream.- Throws:
Exception
-
unmarshal
Unmarshal method for the Ref class, decodes a Ref object from the stream.- Returns:
- Ref, read from the input stream
- Throws:
Exception
-
id
Standard method that returns the interface repository identity.- Returns:
- String containing the interface repository identity of Ref
-
name
Standard method that returns the Ref class name.- Returns:
- String containing the class name of Ref
-
type
Standard TypeCode accessor method.- Returns:
- the TypeCode for Ref
-
insert
Standard method for inserting a Ref to an Any.- Throws:
Exception
-
extract
Standard method for extracting a Ref from an Any.- Returns:
- Ref, the value found in an Any contained stream.
- Throws:
Exception
-