org.omg.CosTrading.RegisterPackage
Class NoMatchingOffersHelper

java.lang.Object
  extended byorg.omg.CosTrading.RegisterPackage.NoMatchingOffersHelper

public final class NoMatchingOffersHelper
extends java.lang.Object

Generated from IDL definition of exception "NoMatchingOffers"

Author:
JacORB IDL compiler

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

Constructor Detail

NoMatchingOffersHelper

public NoMatchingOffersHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          NoMatchingOffers s)

extract

public static NoMatchingOffers extract(Any any)

id

public static java.lang.String id()

read

public static NoMatchingOffers read(InputStream in)

write

public static void write(OutputStream out,
                         NoMatchingOffers s)