org.apache.yoko.orb.OBPortableServer
Class InterceptorCallPolicyHelper

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

public final class InterceptorCallPolicyHelper
extends Object


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

Constructor Detail

InterceptorCallPolicyHelper

public InterceptorCallPolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          InterceptorCallPolicy val)

extract

public static InterceptorCallPolicy extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static InterceptorCallPolicy read(InputStream in)

write

public static void write(OutputStream out,
                         InterceptorCallPolicy val)

narrow

public static InterceptorCallPolicy narrow(Object val)


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