org.omg.Security
Class OpaqueBufferHelper

java.lang.Object
  extended byorg.omg.Security.OpaqueBufferHelper

public final class OpaqueBufferHelper
extends java.lang.Object

Generated from IDL definition of struct "OpaqueBuffer"

Author:
JacORB IDL compiler

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

Constructor Detail

OpaqueBufferHelper

public OpaqueBufferHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          OpaqueBuffer s)

extract

public static OpaqueBuffer extract(Any any)

id

public static java.lang.String id()

read

public static OpaqueBuffer read(InputStream in)

write

public static void write(OutputStream out,
                         OpaqueBuffer s)