Uses of Class
org.somda.sdc.glue.provider.sco.InvocationResponse
Packages that use InvocationResponse
-
Uses of InvocationResponse in org.somda.sdc.glue.provider.sco
Methods in org.somda.sdc.glue.provider.sco that return InvocationResponseModifier and TypeMethodDescriptionContext.createSuccessfulResponse(org.somda.sdc.biceps.model.message.InvocationState invocationState) Creates a successful initial invocation response based on this context with latest MDIB version.Context.createSuccessfulResponse(MdibVersion mdibVersion, org.somda.sdc.biceps.model.message.InvocationState invocationState) Creates a successful initial invocation response based on this context.Context.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.Context.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.ScoController.processIncomingSetOperation(String handle, InstanceIdentifier source, T payload) Invokes processing of an incoming network set service call.