serviceObjectInfo property

LazyMember<ServiceObjectInfo> serviceObjectInfo
getter/setter pair
Map from XML element names to ServiceObject type and constructors.

Implementation

static LazyMember<ServiceObjectInfo> serviceObjectInfo =
    new LazyMember<ServiceObjectInfo>(() {
  return new ServiceObjectInfo();
});