java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.Convertor<List<Action>,List<Action>,ActionResponseConvertorData>
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.ActionResponseConvertor

public final class ActionResponseConvertor extends Convertor<List<Action>,List<Action>,ActionResponseConvertorData>
Converts OF actions associated with bucket to SAL Actions.

Example usage:

 
 ActionResponseConvertorData data = new ActionResponseConvertorData(version);
 data.setActionPath(actionPath);
 Optional<List<Action>> salActions = convertorManager.convert(ofActions, data);