public interface DlmsInterceptor
Modifier and Type | Method and Description |
---|---|
DataObject |
intercept(DlmsInvocationContext ctx)
Intercept all xDLMS GET, SET and ACTION services, except the get for attribute ID 1 (logical name/ instance ID).
|
DataObject intercept(DlmsInvocationContext ctx) throws DlmsAccessException
ctx
- the invocation context.DlmsAccessException
- if DlmsInvocationContext.proceed() throws an exception (meaning the actual method), this
can be forwarded.