All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.interceptor.NoHandlerHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.interceptor.NoHandlerHelper

public abstract class NoHandlerHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/interceptor"
exception NoHandler {
};


Constructor Index

 o NoHandlerHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, NoHandler)
 o read(InputStream)
 o type()
 o write(OutputStream, NoHandler)

Constructors

 o NoHandlerHelper
public NoHandlerHelper()

Methods

 o read
public static NoHandler read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         NoHandler value)
 o insert
public static void insert(Any any,
                          NoHandler value)
 o extract
public static NoHandler extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index