org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class InterfaceTypeMismatchHelper

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.InterfaceTypeMismatchHelper

public final class InterfaceTypeMismatchHelper
extends java.lang.Object

Generated from IDL definition of exception "InterfaceTypeMismatch"

Author:
JacORB IDL compiler

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

Constructor Detail

InterfaceTypeMismatchHelper

public InterfaceTypeMismatchHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          InterfaceTypeMismatch s)

extract

public static InterfaceTypeMismatch extract(Any any)

id

public static java.lang.String id()

read

public static InterfaceTypeMismatch read(InputStream in)

write

public static void write(OutputStream out,
                         InterfaceTypeMismatch s)