public final class ReceivedCredentialsHelper extends Object
Constructor and Description |
---|
ReceivedCredentialsHelper() |
Modifier and Type | Method and Description |
---|---|
static ReceivedCredentials |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ReceivedCredentials s) |
static ReceivedCredentials |
narrow(Object obj) |
static ReceivedCredentials |
read(InputStream in) |
static TypeCode |
type() |
static ReceivedCredentials |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ReceivedCredentials s) |
public static void insert(Any any, ReceivedCredentials s)
public static ReceivedCredentials extract(Any any)
public static TypeCode type()
public static String id()
public static ReceivedCredentials read(InputStream in)
public static void write(OutputStream _out, ReceivedCredentials s)
public static ReceivedCredentials narrow(Object obj)
public static ReceivedCredentials unchecked_narrow(Object obj)
Copyright © 2017 JacORB. All rights reserved.