public final class InvocationCredentialsTypeHelper extends Object
Constructor and Description |
---|
InvocationCredentialsTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static InvocationCredentialsType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
InvocationCredentialsType s) |
static InvocationCredentialsType |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
InvocationCredentialsType s) |
public static TypeCode type()
public static void insert(Any any, InvocationCredentialsType s)
public static InvocationCredentialsType extract(Any any)
public static String id()
public static InvocationCredentialsType read(InputStream in)
public static void write(OutputStream out, InvocationCredentialsType s)
Copyright © 2016 JacORB. All rights reserved.