org.omg.PortableInterceptor
Class IORInterceptorHelper

java.lang.Object
  extended byorg.omg.PortableInterceptor.IORInterceptorHelper

public final class IORInterceptorHelper
extends java.lang.Object

Generated from IDL interface "IORInterceptor"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

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

Constructor Detail

IORInterceptorHelper

public IORInterceptorHelper()
Method Detail

insert

public static void insert(Any any,
                          IORInterceptor s)

extract

public static IORInterceptor extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static IORInterceptor read(InputStream in)

write

public static void write(OutputStream _out,
                         IORInterceptor s)

narrow

public static IORInterceptor narrow(java.lang.Object obj)

narrow

public static IORInterceptor narrow(Object obj)

unchecked_narrow

public static IORInterceptor unchecked_narrow(Object obj)