Uses of Class
org.csapi.jr.se.fw.PropertyTypeMismatchException

Packages that use PropertyTypeMismatchException
org.csapi.jr.se.fw.fw_service.service_registration Contains the Parlay Framework-to-Service Service Registration interfaces. 
 

Uses of PropertyTypeMismatchException in org.csapi.jr.se.fw.fw_service.service_registration
 

Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw PropertyTypeMismatchException
 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.