org.omg.MessageRouting
Class ReplyDestination

java.lang.Object
  extended by org.omg.MessageRouting.ReplyDestination
All Implemented Interfaces:
Serializable, IDLEntity

public final class ReplyDestination
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 ReplyHandler handler
           
 ReplyDisposition handler_type
           
 
Constructor Summary
ReplyDestination()
           
ReplyDestination(ReplyDisposition handler_type, ReplyHandler handler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler_type

public ReplyDisposition handler_type

handler

public ReplyHandler handler
Constructor Detail

ReplyDestination

public ReplyDestination()

ReplyDestination

public ReplyDestination(ReplyDisposition handler_type,
                        ReplyHandler handler)


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