Exemple #1
0
  /**
   * Standard method for extracting a Port from an Any.
   *
   * @return Port, the value found in an Any contained stream.
   */
  public static Port extract(com.ericsson.otp.ic.Any _any) throws java.lang.Exception {

    return unmarshal(_any.extract_Streamable());
  }