org.omg.MessageRouting
Class ReplyNotAvailableHelper

java.lang.Object
  extended by org.omg.MessageRouting.ReplyNotAvailableHelper

public final class ReplyNotAvailableHelper
extends Object


Constructor Summary
ReplyNotAvailableHelper()
           
 
Method Summary
static ReplyNotAvailable extract(Any any)
           
static String id()
           
static void insert(Any any, ReplyNotAvailable val)
           
static ReplyNotAvailable read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, ReplyNotAvailable val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyNotAvailableHelper

public ReplyNotAvailableHelper()
Method Detail

insert

public static void insert(Any any,
                          ReplyNotAvailable val)

extract

public static ReplyNotAvailable extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static ReplyNotAvailable read(InputStream in)

write

public static void write(OutputStream out,
                         ReplyNotAvailable val)


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