public class PlainDevicePayloadResolver extends PayloadResolver
| Constructor and Description | 
|---|
| PlainDevicePayloadResolver() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | resolve(FramePayload payload)Resolves input payload by transforming it to  SecureProfileobject. | 
public void resolve(FramePayload payload)
PayloadResolverSecureProfile object.
 It is necessary to call PayloadResolver.onPayloadResolved(SecureProfile) once payload is resolved.
 Otherwise it won't be possible to get callbacks from SecureProfileListener.resolve in class PayloadResolverpayload - the input payload.