org.omg.IOP.CodecPackage
Class FormatMismatchHelper

java.lang.Object
  extended by org.omg.IOP.CodecPackage.FormatMismatchHelper

public class FormatMismatchHelper
extends Object


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

Constructor Detail

FormatMismatchHelper

public FormatMismatchHelper()
Method Detail

insert

public static void insert(Any any,
                          FormatMismatch val)

extract

public static FormatMismatch extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static FormatMismatch read(InputStream in)

write

public static void write(OutputStream out,
                         FormatMismatch val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.