Interface IORTemplateList

All Superinterfaces:
Collection<IORTemplate>, IORFactory, Iterable<IORTemplate>, List<IORTemplate>, MakeImmutable, Writeable
All Known Implementing Classes:
IORTemplateListImpl

public interface IORTemplateList extends List<IORTemplate>, IORFactory, MakeImmutable
An IORTemplateList is a list of IORTemplate instances. It can be used to create IORs. This is useful for representing IORs made of profiles from different object adapters. Note that any IORFactory can be added to an IORTemplateList, but it is flattened so that the result is just a list of IORTemplate instances.