org.omg.PortableInterceptor
Class PolicyFactoryHelper

java.lang.Object
  extended by org.omg.PortableInterceptor.PolicyFactoryHelper

public class PolicyFactoryHelper
extends Object


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

Constructor Detail

PolicyFactoryHelper

public PolicyFactoryHelper()
Method Detail

insert

public static void insert(Any any,
                          PolicyFactory val)

extract

public static PolicyFactory extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static PolicyFactory read(InputStream in)

write

public static void write(OutputStream out,
                         PolicyFactory val)

narrow

public static PolicyFactory narrow(Object val)


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