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
- Java Class com.visigenic.vbroker.interceptor.HandlerExistsHelper
- Source File com/visigenic/vbroker/interceptor/HandlerExistsHelper.java
- IDL Source File interceptor.idl
- IDL Absolute Name ::interceptor::HandlerExists
- Repository Identifier IDL:visigenic.com/interceptor/HandlerExists:1.0
IDL definition:
exception HandlerExists {
};
-
HandlerExistsHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, HandlerExists)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, HandlerExists)
-
HandlerExistsHelper
public HandlerExistsHelper()
read
public static HandlerExists read(InputStream _input)
write
public static void write(OutputStream _output,
HandlerExists value)
insert
public static void insert(Any any,
HandlerExists value)
extract
public static HandlerExists extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index