All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.URLNaming.InvalidURLHelper

java.lang.Object
   |
   +----com.visigenic.vbroker.URLNaming.InvalidURLHelper

public abstract class InvalidURLHelper
extends Object

IDL definition:
exception InvalidURL {
};


Constructor Index

 o InvalidURLHelper()

Method Index

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

Constructors

 o InvalidURLHelper
 public InvalidURLHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index