Interface IIOPProfileTemplate

All Superinterfaces:
Collection, Identifiable, Iterable, List, MakeImmutable, TaggedProfileTemplate, Writeable, WriteContents
All Known Implementing Classes:
IIOPProfileTemplateImpl

public interface IIOPProfileTemplate extends TaggedProfileTemplate
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier. It is a container of tagged components.
  • Method Details

    • getGIOPVersion

      GIOPVersion getGIOPVersion()
      Return the GIOP version of this profile.
    • getPrimaryAddress

      IIOPAddress getPrimaryAddress()
      Return the IIOP address from the IIOP profile. This is called the primary address here since other addresses may be contained in components.