public abstract class TransporterHelper extends Object
Constructor and Description |
---|
TransporterHelper() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.persistence.internal.sessions.remote.Transporter |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
org.eclipse.persistence.internal.sessions.remote.Transporter that) |
static org.eclipse.persistence.internal.sessions.remote.Transporter |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
org.eclipse.persistence.internal.sessions.remote.Transporter value) |
public static void insert(Any a, org.eclipse.persistence.internal.sessions.remote.Transporter that)
public static org.eclipse.persistence.internal.sessions.remote.Transporter extract(Any a)
public static TypeCode type()
public static String id()
public static org.eclipse.persistence.internal.sessions.remote.Transporter read(InputStream istream)
public static void write(OutputStream ostream, org.eclipse.persistence.internal.sessions.remote.Transporter value)