Пример #1
0
  /** Standard method for inserting a Port to an Any. */
  public static void insert(com.ericsson.otp.ic.Any _any, Port _this) throws java.lang.Exception {

    com.ericsson.otp.erlang.OtpOutputStream _os = new com.ericsson.otp.erlang.OtpOutputStream();

    _any.type(type());
    marshal(_os, _this);
    _any.insert_Streamable(_os);
  }