Package com.zeroc.Ice

Class InterfaceByValue

java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.InterfaceByValue
All Implemented Interfaces:
Serializable, Cloneable

public class InterfaceByValue extends Value
Base class for interoperating with existing applications that pass interfaces by value.
See Also:
  • Constructor Details

    • InterfaceByValue

      public InterfaceByValue(String id)
      The constructor accepts the Slice type ID of the interface being passed by value.
      Parameters:
      id - The Slice type ID of the interface.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the Slice type ID of the interface being passed by value.
      Overrides:
      ice_id in class Value
      Returns:
      The Slice type ID.