org.apache.yoko.orb.OCI
Class TransportHelper

java.lang.Object
  extended by org.apache.yoko.orb.OCI.TransportHelper

public final class TransportHelper
extends Object


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

Constructor Detail

TransportHelper

public TransportHelper()
Method Detail

insert

public static void insert(Any any,
                          Transport val)

extract

public static Transport extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Transport read(InputStream in)

write

public static void write(OutputStream out,
                         Transport val)

narrow

public static Transport narrow(Object val)


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