org.openorb.policy
Class ForceMarshalPolicyHelper

java.lang.Object
  |
  +--org.openorb.policy.ForceMarshalPolicyHelper

public class ForceMarshalPolicyHelper
extends java.lang.Object


Constructor Summary
ForceMarshalPolicyHelper()
           
 
Method Summary
static ForceMarshalPolicy extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, ForceMarshalPolicy t)
           
static ForceMarshalPolicy narrow(Object obj)
           
static ForceMarshalPolicy read(InputStream istream)
           
static TypeCode type()
           
static ForceMarshalPolicy unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, ForceMarshalPolicy value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceMarshalPolicyHelper

public ForceMarshalPolicyHelper()
Method Detail

insert

public static void insert(Any a,
                          ForceMarshalPolicy t)

extract

public static ForceMarshalPolicy extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ForceMarshalPolicy read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ForceMarshalPolicy value)

narrow

public static ForceMarshalPolicy narrow(Object obj)

unchecked_narrow

public static ForceMarshalPolicy unchecked_narrow(Object obj)