org.apache.yoko.orb.OBPortableServer
Class DispatchStrategyPolicyHelper

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

public final class DispatchStrategyPolicyHelper
extends Object


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

Constructor Detail

DispatchStrategyPolicyHelper

public DispatchStrategyPolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          DispatchStrategyPolicy val)

extract

public static DispatchStrategyPolicy extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static DispatchStrategyPolicy read(InputStream in)

write

public static void write(OutputStream out,
                         DispatchStrategyPolicy val)

narrow

public static DispatchStrategyPolicy narrow(Object val)


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