All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.interceptor.HandlerExistsHelper

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

public abstract class HandlerExistsHelper
extends Object

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


Constructor Index

 o HandlerExistsHelper()

Method Index

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

Constructors

 o HandlerExistsHelper
public HandlerExistsHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index