Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.omg.DynamicAny.DynAnyPackage
Class InvalidValueHelper  view InvalidValueHelper download InvalidValueHelper.java

java.lang.Object
  extended byorg.omg.DynamicAny.DynAnyPackage.InvalidValueHelper

public abstract class InvalidValueHelper
extends java.lang.Object

The helper operations for the exception InvalidValue.


Field Summary
private static org.omg.CORBA.TypeCode typeCode
          The cached typecode value, computed only once.
 
Constructor Summary
InvalidValueHelper()
           
 
Method Summary
static InvalidValue extract(org.omg.CORBA.Any any)
          Extract the InvalidValue from given Any.
static java.lang.String id()
          Get the InvalidValue repository id.
static void insert(org.omg.CORBA.Any any, InvalidValue that)
          Insert the InvalidValue into the given Any.
static InvalidValue read(org.omg.CORBA.portable.InputStream input)
          Read the exception from the CDR intput stream.
static org.omg.CORBA.TypeCode type()
          Create the InvalidValue typecode (structure, named "InvalidValue").
static void write(org.omg.CORBA.portable.OutputStream output, InvalidValue value)
          Write the exception to the CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeCode

private static org.omg.CORBA.TypeCode typeCode
The cached typecode value, computed only once.

Constructor Detail

InvalidValueHelper

public InvalidValueHelper()
Method Detail

type

public static org.omg.CORBA.TypeCode type()
Create the InvalidValue typecode (structure, named "InvalidValue").


insert

public static void insert(org.omg.CORBA.Any any,
                          InvalidValue that)
Insert the InvalidValue into the given Any.


extract

public static InvalidValue extract(org.omg.CORBA.Any any)
Extract the InvalidValue from given Any.


id

public static java.lang.String id()
Get the InvalidValue repository id.


read

public static InvalidValue read(org.omg.CORBA.portable.InputStream input)
Read the exception from the CDR intput stream.


write

public static void write(org.omg.CORBA.portable.OutputStream output,
                         InvalidValue value)
Write the exception to the CDR output stream.