All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.Activation.InvalidPathHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.Activation.InvalidPathHelper

public abstract class InvalidPathHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/Activation"
exception InvalidPath {
};


Constructor Index

 o InvalidPathHelper()

Method Index

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

Constructors

 o InvalidPathHelper
public InvalidPathHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index