Uses of Interface
com.sun.corba.ee.spi.ior.IORTemplateList
Packages that use IORTemplateList
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of IORTemplateList in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORTemplateListFields in com.sun.corba.ee.impl.ior declared as IORTemplateListModifier and TypeFieldDescriptionprivate IORTemplateList
ObjectReferenceFactoryImpl.iorTemplates
private IORTemplateList
IORImpl.iortemps
This variable is set directly from the constructors that take an IORTemplate or IORTemplateList as arguments; otherwise it is derived from the list of TaggedProfile instances on the first call to getIORTemplates.Methods in com.sun.corba.ee.impl.ior that return IORTemplateListModifier and TypeMethodDescriptionObjectReferenceFactoryImpl.getIORTemplateList()
abstract IORTemplateList
ObjectReferenceProducerBase.getIORTemplateList()
ObjectReferenceTemplateImpl.getIORTemplateList()
IORImpl.getIORTemplates()
Return the IORTemplateList for this IOR.Constructors in com.sun.corba.ee.impl.ior with parameters of type IORTemplateListModifierConstructorDescriptionIORImpl
(ORB orb, String typeId, IORTemplateList iortemps, ObjectId id) Construct an IOR from an IORTemplate by applying the same object id to each TaggedProfileTemplate in the IORTemplate.ObjectReferenceFactoryImpl
(ORB orb, IORTemplateList iortemps) -
Uses of IORTemplateList in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IORTemplateListModifier and TypeMethodDescriptionstatic IORTemplateList
IORFactories.getIORTemplateList
(ObjectReferenceFactory orf) IOR.getIORTemplates()
Return the IORTemplate for this IOR.static IORTemplateList
IORFactories.makeIORTemplateList()
static IORTemplateList
IORFactories.makeIORTemplateList
(InputStream is) Methods in com.sun.corba.ee.spi.ior with parameters of type IORTemplateListModifier and TypeMethodDescriptionstatic ObjectReferenceFactory
IORFactories.makeObjectReferenceFactory
(ORB orb, IORTemplateList iortemps)