Uses of Class
org.omg.IOP.TaggedProfile
Packages that use TaggedProfile
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of TaggedProfile in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as TaggedProfileModifier and TypeFieldDescriptionprivate TaggedProfile
ClientRequestInfoImpl.cachedEffectiveProfile
Methods in com.sun.corba.ee.impl.interceptors that return TaggedProfileModifier and TypeMethodDescriptionClientRequestInfoImpl.effective_profile()
The profile that will be used to send the request. -
Uses of TaggedProfile in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return TaggedProfile -
Uses of TaggedProfile in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfileConstructors in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfile -
Uses of TaggedProfile in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as TaggedProfileMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return TaggedProfileMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type TaggedProfile -
Uses of TaggedProfile in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return TaggedProfileModifier and TypeMethodDescriptionTaggedProfile.getIOPProfile()
Return the TaggedProfile as a CDR encapsulation in the standard format. -
Uses of TaggedProfile in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type TaggedProfileModifier and TypeMethodDescriptionstatic IIOPProfile
IIOPFactories.makeIIOPProfile
(ORB orb, TaggedProfile profile) -
Uses of TaggedProfile in org.omg.IOP
Fields in org.omg.IOP declared as TaggedProfileModifier and TypeFieldDescriptionIOR.profiles
An array of tagged profiles associated with this object reference.TaggedProfileHolder.value
Methods in org.omg.IOP that return TaggedProfileModifier and TypeMethodDescriptionstatic TaggedProfile
static TaggedProfile
TaggedProfileHelper.read
(InputStream istream) Methods in org.omg.IOP with parameters of type TaggedProfileModifier and TypeMethodDescriptionstatic void
TaggedProfileHelper.insert
(Any a, TaggedProfile that) static void
TaggedProfileHelper.write
(OutputStream ostream, TaggedProfile value) Constructors in org.omg.IOP with parameters of type TaggedProfileModifierConstructorDescriptionIOR
(String _type_id, TaggedProfile[] _profiles) TaggedProfileHolder
(TaggedProfile initialValue) -
Uses of TaggedProfile in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TaggedProfileModifier and TypeMethodDescriptionClientRequestInfoOperations.effective_profile()
Returns the profile that will be used to send the request.