Uses of Class
org.omg.MessageRouting.ReplyDestination

Packages that use ReplyDestination
org.omg.MessageRouting   
 

Uses of ReplyDestination in org.omg.MessageRouting
 

Fields in org.omg.MessageRouting declared as ReplyDestination
 ReplyDestination RequestInfo.reply_destination
           
 ReplyDestination ReplyDestinationHolder.value
           
 

Methods in org.omg.MessageRouting that return ReplyDestination
static ReplyDestination ReplyDestinationHelper.extract(Any any)
           
static ReplyDestination ReplyDestinationHelper.read(InputStream in)
           
 

Methods in org.omg.MessageRouting with parameters of type ReplyDestination
static void ReplyDestinationHelper.insert(Any any, ReplyDestination val)
           
static void ReplyDestinationHelper.write(OutputStream out, ReplyDestination val)
           
 

Constructors in org.omg.MessageRouting with parameters of type ReplyDestination
ReplyDestinationHolder(ReplyDestination initial)
           
RequestInfo(Router[] visited, Router[] to_visit, Object target, short profile_index, ReplyDestination reply_destination, PolicyValue[] selected_qos, RequestMessage payload)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.