org.apache.yoko.orb.OBPortableServer
Class POAManagerFactoryHelper

java.lang.Object
  extended by org.apache.yoko.orb.OBPortableServer.POAManagerFactoryHelper

public final class POAManagerFactoryHelper
extends Object


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

Constructor Detail

POAManagerFactoryHelper

public POAManagerFactoryHelper()
Method Detail

insert

public static void insert(Any any,
                          POAManagerFactory val)

extract

public static POAManagerFactory extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static POAManagerFactory read(InputStream in)

write

public static void write(OutputStream out,
                         POAManagerFactory val)

narrow

public static POAManagerFactory narrow(Object val)


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