Class OperationHandler

java.lang.Object
com.example.provider1.OperationHandler
All Implemented Interfaces:
OperationInvocationReceiver

public class OperationHandler extends Object implements OperationInvocationReceiver
This class provides a handler for incoming operations on the sdc provider.

It implements generic handlers for some operations, which enables handling operations easily, although a real application should be a little more specialized in its handling.

  • Constructor Details