Package org.somda.sdc.glue.provider.sco
Class InvocationResponse
java.lang.Object
org.somda.sdc.glue.provider.sco.InvocationResponse
Initial response required to answer a set service request.
The object is supposed to be created by using Context.createSuccessfulResponse(MdibVersion, InvocationState)
and Context.createUnsuccessfulResponse(MdibVersion, InvocationState, InvocationError, List).
-
Method Summary
Modifier and TypeMethodDescriptionorg.somda.sdc.biceps.model.message.InvocationErrororg.somda.sdc.biceps.model.message.InvocationStatelong
-
Method Details
-
getMdibVersion
-
getTransactionId
public long getTransactionId() -
getInvocationState
public org.somda.sdc.biceps.model.message.InvocationState getInvocationState() -
getInvocationError
public org.somda.sdc.biceps.model.message.InvocationError getInvocationError() -
getInvocationErrorMessage
-