Uses of Class
org.somda.sdc.glue.provider.sco.InvocationResponse
-
Packages that use InvocationResponse Package Description org.somda.sdc.glue.provider.sco SCO processing on the SDC provider side. -
-
Uses of InvocationResponse in org.somda.sdc.glue.provider.sco
Methods in org.somda.sdc.glue.provider.sco that return InvocationResponse Modifier and Type Method Description InvocationResponseContext. createSuccessfulResponse(org.somda.sdc.biceps.model.message.InvocationState invocationState)Creates a successful initial invocation response based on this context with latest MDIB version.InvocationResponseContext. createSuccessfulResponse(MdibVersion mdibVersion, org.somda.sdc.biceps.model.message.InvocationState invocationState)Creates a successful initial invocation response based on this context.InvocationResponseContext. createUnsuccessfulResponse(org.somda.sdc.biceps.model.message.InvocationState invocationState, org.somda.sdc.biceps.model.message.InvocationError invocationError, List<LocalizedText> invocationErrorMessage)Creates an unsuccessful initial invocation response based on this context with latest MDIB version.InvocationResponseContext. createUnsuccessfulResponse(MdibVersion mdibVersion, org.somda.sdc.biceps.model.message.InvocationState invocationState, org.somda.sdc.biceps.model.message.InvocationError invocationError, List<LocalizedText> invocationErrorMessage)Creates an unsuccessful initial invocation response based on this context.<T> InvocationResponseScoController. processIncomingSetOperation(String handle, InstanceIdentifier source, T payload)Invokes processing of an incoming network set service call.
-