Uses of Class
org.omg.GIOP.SystemExceptionReplyBody

Packages that use SystemExceptionReplyBody
org.omg.GIOP   
 

Uses of SystemExceptionReplyBody in org.omg.GIOP
 

Fields in org.omg.GIOP declared as SystemExceptionReplyBody
 SystemExceptionReplyBody SystemExceptionReplyBodyHolder.value
           
 

Methods in org.omg.GIOP that return SystemExceptionReplyBody
static SystemExceptionReplyBody SystemExceptionReplyBodyHelper.extract(Any any)
           
static SystemExceptionReplyBody SystemExceptionReplyBodyHelper.read(InputStream in)
           
 

Methods in org.omg.GIOP with parameters of type SystemExceptionReplyBody
static void SystemExceptionReplyBodyHelper.insert(Any any, SystemExceptionReplyBody s)
           
static void SystemExceptionReplyBodyHelper.write(OutputStream out, SystemExceptionReplyBody s)
           
 

Constructors in org.omg.GIOP with parameters of type SystemExceptionReplyBody
SystemExceptionReplyBodyHolder(SystemExceptionReplyBody initial)