Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
IORTemplateListImpl |
Modifier and Type | Method and Description |
---|---|
IORTemplateList |
ObjectReferenceTemplateImpl.getIORTemplateList() |
abstract IORTemplateList |
ObjectReferenceProducerBase.getIORTemplateList() |
IORTemplateList |
ObjectReferenceFactoryImpl.getIORTemplateList() |
IORTemplateList |
IORImpl.getIORTemplates()
Return the IORTemplateList for this IOR.
|
Constructor and Description |
---|
IORImpl(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) |
Modifier and Type | Method and Description |
---|---|
static IORTemplateList |
IORFactories.getIORTemplateList(ObjectReferenceFactory orf) |
IORTemplateList |
IOR.getIORTemplates()
Return the IORTemplate for this IOR.
|
static IORTemplateList |
IORFactories.makeIORTemplateList() |
static IORTemplateList |
IORFactories.makeIORTemplateList(InputStream is) |
Modifier and Type | Method and Description |
---|---|
static ObjectReferenceFactory |
IORFactories.makeObjectReferenceFactory(ORB orb,
IORTemplateList iortemps) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.