public abstract class ServiceContextListHelper extends Object
ServiceContextListHelper()
static ServiceContext[]
extract(Any a)
static String
id()
static void
insert(Any a, ServiceContext[] that)
read(InputStream istream)
static TypeCode
type()
write(OutputStream ostream, ServiceContext[] value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ServiceContextListHelper()
public static void insert(Any a, ServiceContext[] that)
public static ServiceContext[] extract(Any a)
public static TypeCode type()
public static String id()
public static ServiceContext[] read(InputStream istream)
public static void write(OutputStream ostream, ServiceContext[] value)