org.omg.CosPropertyService
Class UnsupportedTypeCodeHelper

java.lang.Object
  extended by org.omg.CosPropertyService.UnsupportedTypeCodeHelper

public final class UnsupportedTypeCodeHelper
extends java.lang.Object

Generated from IDL exception "UnsupportedTypeCode".

Version:
generated at Mar 17, 2009 1:47:08 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
UnsupportedTypeCodeHelper()
           
 
Method Summary
static UnsupportedTypeCode extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, UnsupportedTypeCode s)
           
static UnsupportedTypeCode read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, UnsupportedTypeCode s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedTypeCodeHelper

public UnsupportedTypeCodeHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          UnsupportedTypeCode s)

extract

public static UnsupportedTypeCode extract(Any any)

id

public static java.lang.String id()

read

public static UnsupportedTypeCode read(InputStream in)

write

public static void write(OutputStream out,
                         UnsupportedTypeCode s)