Package org.somda.sdc.glue.provider.sco
Class InvocationResponse
- java.lang.Object
-
- org.somda.sdc.glue.provider.sco.InvocationResponse
-
public class InvocationResponse extends Object
Initial response required to answer a set service request.The object is supposed to be created by using
Context.createSuccessfulResponse(MdibVersion, InvocationState)andContext.createUnsuccessfulResponse(MdibVersion, InvocationState, InvocationError, List).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.somda.sdc.biceps.model.message.InvocationErrorgetInvocationError()List<LocalizedText>getInvocationErrorMessage()org.somda.sdc.biceps.model.message.InvocationStategetInvocationState()MdibVersiongetMdibVersion()longgetTransactionId()
-
-
-
Method Detail
-
getMdibVersion
public MdibVersion 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
public List<LocalizedText> getInvocationErrorMessage()
-
-