Uses of Class
org.omg.IOP.TaggedProfile
Packages that use TaggedProfile
Package
Description
-
Uses of TaggedProfile in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.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.se.impl.ior
Methods in com.sun.corba.se.impl.ior that return TaggedProfile -
Uses of TaggedProfile in com.sun.corba.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop that return TaggedProfileConstructors in com.sun.corba.se.impl.ior.iiop with parameters of type TaggedProfile -
Uses of TaggedProfile in com.sun.corba.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.impl.protocol.giopmsgheaders that return TaggedProfileMethods in com.sun.corba.se.impl.protocol.giopmsgheaders with parameters of type TaggedProfile -
Uses of TaggedProfile in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.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.se.spi.ior.iiop
Methods in com.sun.corba.se.spi.ior.iiop with parameters of type TaggedProfileModifier and TypeMethodDescriptionstatic IIOPProfileIIOPFactories.makeIIOPProfile(ORB orb, TaggedProfile profile) -
Uses of TaggedProfile in org.omg.IOP
Fields in org.omg.IOP declared as TaggedProfileModifier and TypeFieldDescriptionIOR.profilesTaggedProfileHolder.valueTaggedProfileSeqHolder.valueMethods in org.omg.IOP that return TaggedProfileModifier and TypeMethodDescriptionstatic TaggedProfilestatic TaggedProfile[]static TaggedProfileTaggedProfileHelper.read(InputStream istream) static TaggedProfile[]TaggedProfileSeqHelper.read(InputStream istream) Methods in org.omg.IOP with parameters of type TaggedProfileModifier and TypeMethodDescriptionstatic voidTaggedProfileHelper.insert(Any a, TaggedProfile that) static voidTaggedProfileSeqHelper.insert(Any a, TaggedProfile[] that) static voidTaggedProfileHelper.write(OutputStream ostream, TaggedProfile value) static voidTaggedProfileSeqHelper.write(OutputStream ostream, TaggedProfile[] value) Constructors in org.omg.IOP with parameters of type TaggedProfileModifierConstructorDescriptionIOR(String _type_id, TaggedProfile[] _profiles) TaggedProfileHolder(TaggedProfile initialValue) TaggedProfileSeqHolder(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.