public abstract class ServiceInformationHelper extends Object
ServiceInformationHelper()
static ServiceInformation
extract(Any a)
static String
id()
static void
insert(Any a, ServiceInformation that)
read(InputStream in)
static TypeCode
type()
write(OutputStream out, ServiceInformation that)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ServiceInformationHelper()
public static void write(OutputStream out, ServiceInformation that)
public static ServiceInformation read(InputStream in)
public static ServiceInformation extract(Any a)
public static void insert(Any a, ServiceInformation that)
public static TypeCode type()
public static String id()