{
// Write out MUWS operations and other non-spec ops. Do nothing for others.
switch ( opId )
{
case AbstractOperationWriterFactory.MUWS_START:
return new MuwsBackendStartOperationWriter( );
case AbstractOperationWriterFactory.MUWS_STOP:
return new MuwsBackendStopOperationWriter( );
case AbstractOperationWriterFactory.MUWS_RESET_ALL: