public abstract class InvocationCredentialsTypeHelper extends Object
Constructor and Description |
---|
InvocationCredentialsTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static InvocationCredentialsType |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
InvocationCredentialsType that) |
static InvocationCredentialsType |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
InvocationCredentialsType value) |
public static void insert(Any a, InvocationCredentialsType that)
public static InvocationCredentialsType extract(Any a)
public static TypeCode type()
public static String id()
public static InvocationCredentialsType read(InputStream istream)
public static void write(OutputStream ostream, InvocationCredentialsType value)
Copyright © 2013. All Rights Reserved.