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