public final class InvocationCredentialsTypeHelper
extends java.lang.Object
Constructor and Description |
---|
InvocationCredentialsTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static InvocationCredentialsType |
extract(Any any) |
static java.lang.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 java.lang.String id()
public static InvocationCredentialsType read(InputStream in)
public static void write(OutputStream out, InvocationCredentialsType s)