org.jacorb.demo.unions
Class MyServerHelper

java.lang.Object
  extended by org.jacorb.demo.unions.MyServerHelper

public abstract class MyServerHelper
extends Object

Generated from IDL interface "MyServer".

Version:
generated at 20-Jul-2016 16:19:19
Author:
JacORB IDL compiler V 3.8

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

Constructor Detail

MyServerHelper

public MyServerHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          MyServer s)

extract

public static MyServer extract(Any any)

id

public static String id()

read

public static MyServer read(InputStream in)

write

public static void write(OutputStream _out,
                         MyServer s)

narrow

public static MyServer narrow(Object obj)

unchecked_narrow

public static MyServer unchecked_narrow(Object obj)


Copyright © 2016 JacORB. All rights reserved.