org.omg.CORBA
Class PolicyErrorHelper

java.lang.Object
  extended by org.omg.CORBA.PolicyErrorHelper

public abstract class PolicyErrorHelper
extends Object


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

Constructor Detail

PolicyErrorHelper

public PolicyErrorHelper()
Method Detail

insert

public static void insert(Any any,
                          PolicyError val)

extract

public static PolicyError extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static PolicyError read(InputStream in)

write

public static void write(OutputStream out,
                         PolicyError val)


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