org.apache.yoko.orb.OCI.IIOP
Class TransportInfoHelper

java.lang.Object
  extended by org.apache.yoko.orb.OCI.IIOP.TransportInfoHelper

public final class TransportInfoHelper
extends Object


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

Constructor Detail

TransportInfoHelper

public TransportInfoHelper()
Method Detail

insert

public static void insert(Any any,
                          TransportInfo val)

extract

public static TransportInfo extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static TransportInfo read(InputStream in)

write

public static void write(OutputStream out,
                         TransportInfo val)

narrow

public static TransportInfo narrow(Object val)


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