Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw DuplicatePropertyNameException |
java.lang.String |
FwServiceRegistration.registerService(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
The registerService() operation is the means by which a service is registered in the Framework, for subsequent discovery by the enterprise applications. |
java.lang.String |
FwServiceRegistration.registerServiceSubType(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList,
org.csapi.jr.se.fw.ServiceTypePropertyValue[] extendedServicePropertyList)
The registerServiceSubType() operation is the means by which an extended service is registered in the Framework, for subsequent discovery by the enterprise applications. |